diff options
author | Rob Austein <sra@hactrn.net> | 2015-05-24 15:27:12 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-05-24 15:27:12 -0400 |
commit | d529414ec8fe73994b8ac3b3c31c141b90078807 (patch) | |
tree | ecc20d99284172e44c509cf44a01ecda6cf7f3c0 | |
parent | b7956f3c5a660e6115cc67a593b38fbd8d8aba4f (diff) |
AES key wrap now working with AES core.
-rw-r--r-- | tests/test-aes-key-wrap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-aes-key-wrap.c b/tests/test-aes-key-wrap.c index 2db1802..66512e2 100644 --- a/tests/test-aes-key-wrap.c +++ b/tests/test-aes-key-wrap.c @@ -141,8 +141,6 @@ int main (int argc, char *argv[]) else printf("no\n"); - hal_io_set_debug(1); - if (!run_test(K_128, sizeof(K_128), C_128, sizeof(C_128))) failures++; |