Changed hash size to 144 for Shake256Hash

This commit is contained in:
Ethan Looney
2020-07-15 08:11:01 -07:00
parent 379212acec
commit 9a07df9631

View File

@ -9273,7 +9273,7 @@ static int test_wc_Shake256Hash(void)
0x72,0x6c,0x64
};
word32 len = sizeof(data);
byte hash[WC_MD5_DIGEST_SIZE];
byte hash[144];
word32 hashLen = sizeof(hash);
printf(testingFmt, "wc_Shake256Hash()");