[Cryptech-Commits] [sw/libhal] 09/58: AES key wrap now working with AES core.

git at cryptech.is git at cryptech.is
Tue Jul 7 18:24:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository sw/libhal.

commit d529414ec8fe73994b8ac3b3c31c141b90078807
Author: Rob Austein <sra at hactrn.net>
Date:   Sun May 24 15:27:12 2015 -0400

    AES key wrap now working with AES core.
---
 tests/test-aes-key-wrap.c | 2 --
 1 file changed, 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++;
 



More information about the Commits mailing list