From 0d724cc1198520f437df587ec249d450b0ea1d43 Mon Sep 17 00:00:00 2001 From: kokke Date: Tue, 3 Jun 2014 00:15:16 +0200 Subject: Update test.c --- test.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test.c b/test.c index fb08aa7..986b9de 100644 --- a/test.c +++ b/test.c @@ -51,18 +51,8 @@ static void test_ECB(void) phex(buf + (i*16)); } printf("\n"); - - // print the resulting cipher as 4 x 16 byte strings - printf("back to plain text again:\n"); - for(i = 0; i < 4; ++i) - { - AES128_ECB(buf + (i*16), key, buf2+(i*16)); - phex(plain_text + (i*16)); - } - printf("\n"); } - // prints string as hex void phex(uint8_t* str) { -- cgit v1.2.3