X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-twister-test.c;h=2ac3180795f340c23fde9164d1c425247f1e9a6b;hb=27f4804c185ae24b3b6367bb2fdb898d6692d0f6;hp=b9a47cb659304fdf0f133fb8f4a7598e07a138fd;hpb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;p=avr-crypto-lib.git diff --git a/test_src/main-twister-test.c b/test_src/main-twister-test.c index b9a47cb..2ac3180 100644 --- a/test_src/main-twister-test.c +++ b/test_src/main-twister-test.c @@ -30,13 +30,13 @@ #include "twister-large.h" #include "nessie_hash_test.h" #include "performance_test.h" -#include "hfal/hfal_twister224.h" -#include "hfal/hfal_twister256.h" -#include "hfal/hfal_twister384.h" -#include "hfal/hfal_twister512.h" -#include "hfal/hfal-nessie.h" -#include "hfal/hfal-performance.h" -#include "hfal/hfal-test.h" +#include "hfal_twister224.h" +#include "hfal_twister256.h" +#include "hfal_twister384.h" +#include "hfal_twister512.h" +#include "hfal-nessie.h" +#include "hfal-performance.h" +#include "hfal-test.h" #include "shavs.h" @@ -47,7 +47,7 @@ char* algo_name = "TWISTER"; -const hfdesc_t* algolist[] PROGMEM = { +const hfdesc_t* const algolist[] PROGMEM = { (hfdesc_t*)&twister224_desc, (hfdesc_t*)&twister256_desc, (hfdesc_t*)&twister384_desc, @@ -127,7 +127,7 @@ const char shavs_list_str[] PROGMEM = "shavs_list"; const char shavs_set_str[] PROGMEM = "shavs_set"; const char shavs_test1_str[] PROGMEM = "shavs_test1"; -cmdlist_entry_t cmdlist[] PROGMEM = { +const cmdlist_entry_t cmdlist[] PROGMEM = { { nessie_str, NULL, testrun_nessie_twister}, { test_str, NULL, testrun_twister}, { performance_str, NULL, testrun_performance_twister},