Currently this only plays a role in HMAC which still uses dynamic allocation depending on the real blocksize defined by the hash algorithm.
@@ -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