]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-keccak-test.c
some bigint stuff in ASM
[avr-crypto-lib.git] / test_src / main-keccak-test.c
index ba66f318535839f9fe46015a0d46ed4aaaa2c0cd..c277ce5c0a7fe8619c230e13f08542aa1fbf9b0f 100644 (file)
 
 #include "keccak.h"
 #include "cli.h"
-#include "hfal/hfal_keccak.h"
+#include "hfal_keccak.h"
 #include "shavs.h"
 #include "nessie_hash_test.h"
 #include "performance_test.h"
-#include "hfal/hfal-nessie.h"
-#include "hfal/hfal-performance.h"
-#include "hfal/hfal-test.h"
+#include "hfal-nessie.h"
+#include "hfal-performance.h"
+#include "hfal-test.h"
 
 #include <stdint.h>
 #include <string.h>
@@ -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);