Update test.c

This commit is contained in:
kokke 2017-06-28 20:44:28 +02:00 committed by GitHub
parent f68d5862d5
commit 4f763704fa
1 changed files with 1 additions and 1 deletions

2
test.c
View File

@ -90,7 +90,7 @@ static void test_encrypt_ecb(void)
AES128_ECB_encrypt(in, key, buffer);
printf("ECB decrypt: ");
printf("ECB encrypt: ");
if(0 == memcmp((char*) out, (char*) buffer, 16))
{