X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=main-des-test.c;h=22dee881bd09ffd8f222fd0efb061c30a5b51d28;hp=22a8942401400c1f8576b59d4dcf6207040253ef;hb=bfac0f0eef1c956bf6fbc023708f17ecfda9b39d;hpb=1578e34f55859fc867dfa56360e4c26f8a225d60 diff --git a/main-des-test.c b/main-des-test.c index 22a8942..22dee88 100644 --- a/main-des-test.c +++ b/main-des-test.c @@ -89,7 +89,6 @@ Set 8, vector# 0: encrypted=0011223344556677 */ void nessie_testdec(uint8_t* data, uint8_t* key){ - uint16_t i; uart_putstr("\r\n\t key = \t"); uart_hexdump(key, 8); uart_putstr("\r\n\t cipher = \t"); uart_hexdump(data, 8); des_decrypt(data,data,key);