X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-keccak-test.c;h=c277ce5c0a7fe8619c230e13f08542aa1fbf9b0f;hb=6cddae4d0fa8acf9d3bfd5e0f42c789c32f3a992;hp=80ed373bbafd5b6dce977a06c85d3e9c5645a803;hpb=25ccd391d2f02575799e94bf9aac1e108e7c0f3b;p=avr-crypto-lib.git diff --git a/test_src/main-keccak-test.c b/test_src/main-keccak-test.c index 80ed373..c277ce5 100644 --- a/test_src/main-keccak-test.c +++ b/test_src/main-keccak-test.c @@ -54,7 +54,6 @@ const hfdesc_t* algolist[] PROGMEM = { * additional validation-functions * *****************************************************************************/ void test_256(void){ - uint8_t data[] = {0x53, 0x58, 0x7B, 0xC8 }; uint8_t hash[32]; uint8_t null[KECCAK256_BLOCKSIZE_B]; memset(null, 0, KECCAK256_BLOCKSIZE_B);