X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=main-des-test.c;h=22dee881bd09ffd8f222fd0efb061c30a5b51d28;hb=8537c7a0647b533f078af9c35bce533335c7556e;hp=22a8942401400c1f8576b59d4dcf6207040253ef;hpb=79c9a6582ba071646a3062175715f59ebe210603;p=avr-crypto-lib.git 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);