Prettyprint

This commit is contained in:
Douglas Stebila 2019-08-03 07:31:01 -04:00
parent 82ced90ad6
commit 8a0af5bc12
4 changed files with 5 additions and 5 deletions

View File

@ -127,7 +127,7 @@ int main(int argc, char **argv) {
}
}
}
print_system_info();
printf("=== test_aes correctness ===\n");

View File

@ -136,7 +136,7 @@ int main(int argc, char **argv) {
fprintf(stderr, "\n");
return EXIT_FAILURE;
}
print_system_info();
// Use system RNG in this program

View File

@ -819,9 +819,9 @@ int cshake_simple_256_kat_test() {
*/
int main(UNUSED int argc, UNUSED char **argv) {
int ret = EXIT_SUCCESS;
print_system_info();
if (sha3_256_kat_test() == EXIT_SUCCESS) {
printf("Success! passed sha3-256 known answer tests \n");
} else {

View File

@ -100,7 +100,7 @@ int main(int argc, char **argv) {
fprintf(stderr, "\n");
return EXIT_FAILURE;
}
print_system_info();
// Use system RNG in this program