]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-keccak-test.c
removed warnings and bugs
[avr-crypto-lib.git] / test_src / main-keccak-test.c
index 80ed373bbafd5b6dce977a06c85d3e9c5645a803..c277ce5c0a7fe8619c230e13f08542aa1fbf9b0f 100644 (file)
@@ -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);