Skip to content

Commit

Permalink
fixup! fixup! refactor(crypto): adapt ripemd160 implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
onvej-sl committed Sep 9, 2024
1 parent 0c3c169 commit 7b9d676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/ripemd160.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include <stdint.h>
#include <stddef.h>

#define RIPEMD160_DIGEST_LENGTH 20
#define RIPEMD160_BLOCK_LENGTH 64
#define RIPEMD160_DIGEST_LENGTH 20

typedef struct {
uint64_t length;
Expand Down

0 comments on commit 7b9d676

Please sign in to comment.