X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-keccak-test.c;h=c277ce5c0a7fe8619c230e13f08542aa1fbf9b0f;hp=80ed373bbafd5b6dce977a06c85d3e9c5645a803;hb=d1181933dc28db92d787cf5604e2fc96ab0d8f9f;hpb=62d7d4d281af70bc2f56fb3baa86a6915e126240 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);