mirror of
https://github.com/darlinghq/darling-corecrypto.git
synced 2024-11-26 21:50:27 +00:00
Fix state sizes for MD4/MD5
This commit is contained in:
parent
ecb28c8ed5
commit
3c805b7d3c
@ -24,7 +24,7 @@
|
||||
|
||||
#define CCMD4_BLOCK_SIZE 64
|
||||
#define CCMD4_OUTPUT_SIZE 16
|
||||
#define CCMD4_STATE_SIZE 16
|
||||
#define CCMD4_STATE_SIZE 88
|
||||
|
||||
extern const uint32_t ccmd4_initial_state[4];
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#define CCMD5_BLOCK_SIZE 64
|
||||
#define CCMD5_OUTPUT_SIZE 16
|
||||
#define CCMD5_STATE_SIZE 16
|
||||
#define CCMD5_STATE_SIZE 88
|
||||
|
||||
extern const uint32_t ccmd5_initial_state[4];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user