Output signatures prefix in the signature test

This commit is contained in:
Frank Denis 2015-12-07 01:57:53 +01:00
parent 3d1e11fe81
commit c73cbc42d9
2 changed files with 1025 additions and 0 deletions

View File

@ -1135,6 +1135,7 @@ int main(void)
printf("detached signature verification failed: [%u]\n", i); printf("detached signature verification failed: [%u]\n", i);
continue; continue;
} }
printf("%02x%02x%02x%02x... OK\n", sig[0], sig[1], sig[2], sig[3]);
} }
printf("%u tests\n", i); printf("%u tests\n", i);

File diff suppressed because it is too large Load Diff