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:
Diffstat (limited to 'sse/genkat-c.c')
-rw-r--r--sse/genkat-c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sse/genkat-c.c b/sse/genkat-c.c
index 24fabaf..1525f8d 100644
--- a/sse/genkat-c.c
+++ b/sse/genkat-c.c
@@ -32,7 +32,7 @@ do \
\
for( size_t i = 0; i < LENGTH; ++i ) \
{ \
- name( hash, in, NULL, size_prefix ## _OUTBYTES, i, 0 ); \
+ name( hash, size_prefix ## _OUTBYTES, in, i, NULL, 0 ); \
printf( "\t{\n\t\t" ); \
\
for( int j = 0; j < size_prefix ## _OUTBYTES; ++j ) \
@@ -52,7 +52,7 @@ do \
\
for( size_t i = 0; i < LENGTH; ++i ) \
{ \
- name( hash, in, key, size_prefix ## _OUTBYTES, i, size_prefix ## _KEYBYTES ); \
+ name( hash, size_prefix ## _OUTBYTES, in, i, key, size_prefix ## _KEYBYTES ); \
printf( "\t{\n\t\t" ); \
\
for( int j = 0; j < size_prefix ## _OUTBYTES; ++j ) \