Commit c3b8c27a authored by kokke's avatar kokke
Browse files

Update test.c

parent b459336c
......@@ -47,7 +47,7 @@ static void test_ECB(void)
printf("ciphertext:\n");
for(i = 0; i < 4; ++i)
{
AES128_ECB(plain_text + (i*16), key, buf+(i*16));
AES128_ECB_encrypt(plain_text + (i*16), key, buf+(i*16));
phex(buf + (i*16));
}
printf("\n");
......
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