comparison libtomcrypt/demos/timing.c @ 1711:e9dba7abd939

Merge libtomcrypt v1.18.2
author Matt Johnston <matt@ucc.asn.au>
date Wed, 10 Jun 2020 23:16:13 +0800
parents 6dba84798cd5
children
comparison
equal deleted inserted replaced
1710:1ff2a1034c52 1711:e9dba7abd939
464 #undef DO1 464 #undef DO1
465 } 465 }
466 tally_results(1); 466 tally_results(1);
467 } 467 }
468 #else 468 #else
469 static void time_cipher_lrw(void) { fprintf(stderr, "NO LRW\n"); return 0; } 469 static void time_cipher_lrw(void) { fprintf(stderr, "NO LRW\n"); }
470 #endif 470 #endif
471 471
472 472
473 static void time_hash(void) 473 static void time_hash(void)
474 { 474 {