mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
Prettyprint
This commit is contained in:
parent
82ced90ad6
commit
8a0af5bc12
@ -127,7 +127,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
print_system_info();
|
||||
|
||||
printf("=== test_aes correctness ===\n");
|
||||
|
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user