1
1
mirror of https://github.com/BLAKE2/BLAKE2 synced 2024-09-16 08:31:34 +02:00

fixed json input display

This commit is contained in:
JP Aumasson 2016-10-11 22:37:14 +02:00
parent 1f26297f81
commit 6493c5862c
2 changed files with 511 additions and 511 deletions

View File

@ -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