revert the change of MAXBLOCKSIZE
Currently this only plays a role in HMAC which still uses dynamic allocation depending on the real blocksize defined by the hash algorithm.
This commit is contained in:
parent
f122e9b887
commit
f9e90f5b1c
@ -30,7 +30,7 @@ extern "C" {
|
||||
#define SCRYPT "1.18.0"
|
||||
|
||||
/* max size of either a cipher/hash block or symmetric key [largest of the two] */
|
||||
#define MAXBLOCKSIZE 144
|
||||
#define MAXBLOCKSIZE 128
|
||||
|
||||
/* descriptor table size */
|
||||
#define TAB_SIZE 32
|
||||
|
Loading…
Reference in New Issue
Block a user