mirror of
https://github.com/BLAKE2/BLAKE2
synced 2024-11-08 14:59:19 +01:00
fixed json input display
This commit is contained in:
parent
1f26297f81
commit
6493c5862c
@ -84,7 +84,7 @@ do \
|
||||
\
|
||||
printf(" \"hash\": \"" #name "\",\n");\
|
||||
printf(" \"in\": \"");\
|
||||
for( int j = 0; j < i; ++j ) printf( "%02x", in[j]);\
|
||||
for( int j = 0; j < LENGTH; ++j ) printf( "%02x", in[j]);\
|
||||
\
|
||||
printf( "\",\n" ); \
|
||||
printf(" \"key\": \"\",\n");\
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user