]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - main-des-test.c
make process changed and modularised
[avr-crypto-lib.git] / main-des-test.c
index 22a8942401400c1f8576b59d4dcf6207040253ef..22dee881bd09ffd8f222fd0efb061c30a5b51d28 100644 (file)
@@ -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);