ref: d43735ad6dbd6563e57637d23b9aa6fc047e8f84
parent: 5cbb39c9ef8007f0b63723e3aea06cd0887e36ad
author: Krishna <krishna.vedala@ieee.org>
date: Wed Feb 14 07:41:17 EST 2018
syntax correction
--- a/ref/blake2s-ref.c
+++ b/ref/blake2s-ref.c
@@ -294,7 +294,7 @@
#if defined(SUPERCOP)
int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen )
{
- return blake2s( out, BLAKE2S_OUTBYTES in, inlen, NULL, 0 );
+ return blake2s( out, BLAKE2S_OUTBYTES, in, inlen, NULL, 0 );
}
#endif
--
⑨