Prettyprint

This commit is contained in:
Douglas Stebila 2019-10-23 22:36:51 -04:00
parent 01014db7d5
commit 06507aaea5

View File

@ -101,7 +101,6 @@ static int test_aes256ctr_correctness(void) {
return EXIT_SUCCESS;
}
static void speed_aes128(void) {
uint8_t plaintext[16], ciphertext[16];
void *schedule = NULL, *schedule_dec = NULL;