Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneheb <rosenp@gmail.com>2013-03-17 03:27:47 +0400
committerneheb <rosenp@gmail.com>2013-03-17 03:27:47 +0400
commite247f0477aef192e4cd30c382933fb3fe5a14879 (patch)
tree217178adbec0d9e59dd0b125481e52ac32656575
parent4ebd63b7391b8f9bf884c4f0758cdbd4925f0865 (diff)
I can't read.
-rw-r--r--ref/blake2s-ref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/blake2s-ref.c b/ref/blake2s-ref.c
index 793fd97..9526da3 100644
--- a/ref/blake2s-ref.c
+++ b/ref/blake2s-ref.c
@@ -349,7 +349,7 @@ int blake2s( uint8_t *out, const void *in, const void *key, const uint8_t outlen
#if defined(SUPERCOP)
int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen )
{
- return blake2s( out, in, NULL, BLAKE2B_OUTBYTES, inlen, 0 );
+ return blake2s( out, in, NULL, BLAKE2S_OUTBYTES, inlen, 0 );
}
#endif