Fix state sizes for MD4/MD5

This commit is contained in:
Lubos Dolezel 2016-11-05 20:35:12 +01:00
parent ecb28c8ed5
commit 3c805b7d3c
2 changed files with 2 additions and 2 deletions

View File

@ -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];

View File

@ -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];