Commit 4f763704 authored by kokke's avatar kokke Committed by GitHub
Browse files

Update test.c

parent f68d5862
......@@ -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))
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment