X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-cubehash-test.c;h=4d01c63b03c6ea48ec8189ce30bae0a6d0acd688;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=f69868c33cc0f25d8b8ceb4be3cbf444d36cb5d3;hpb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;p=avr-crypto-lib.git diff --git a/test_src/main-cubehash-test.c b/test_src/main-cubehash-test.c index f69868c..4d01c63 100644 --- a/test_src/main-cubehash-test.c +++ b/test_src/main-cubehash-test.c @@ -27,13 +27,13 @@ #include "cubehash.h" #include "cli.h" -#include "hfal/hfal_cubehash.h" +#include "hfal_cubehash.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 #include @@ -42,7 +42,7 @@ char* algo_name = "CubeHash"; -const hfdesc_t* algolist[] PROGMEM = { +const hfdesc_t* const algolist[] PROGMEM = { (hfdesc_t*)&cubehash224_desc, (hfdesc_t*)&cubehash256_desc, (hfdesc_t*)&cubehash384_desc, @@ -86,7 +86,7 @@ const char shavs_set_str[] PROGMEM = "shavs_set"; const char shavs_test1_str[] PROGMEM = "shavs_test1"; const char shavs_test3_str[] PROGMEM = "shavs_test3"; -cmdlist_entry_t cmdlist[] PROGMEM = { +const cmdlist_entry_t cmdlist[] PROGMEM = { { nessie_str, NULL, testrun_nessie_cubehash }, { test256_str, NULL, cubehash256_test0 }, { performance_str, NULL, performance_cubehash },