X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-grain-test.c;fp=test_src%2Fmain-grain-test.c;h=7963e344d4eacd5469cd199477940cc2a0d2a346;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=08931feb66d3715f8c1a7029057a18761cead6fe;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8;p=avr-crypto-lib.git diff --git a/test_src/main-grain-test.c b/test_src/main-grain-test.c index 08931fe..7963e34 100644 --- a/test_src/main-grain-test.c +++ b/test_src/main-grain-test.c @@ -66,6 +66,7 @@ uint8_t grain_getbyte_dummy_rev(grain_ctx_t* ctx){ } void testrun_nessie_grain(void){ + scal_nessie_set_estream(1); scal_nessie_run(&grain_desc); } @@ -152,7 +153,7 @@ const char test_str[] PROGMEM = "test"; const char performance_str[] PROGMEM = "performance"; const char echo_str[] PROGMEM = "echo"; -cmdlist_entry_t cmdlist[] PROGMEM = { +const cmdlist_entry_t cmdlist[] PROGMEM = { { nessie_str, NULL, testrun_nessie_grain }, { test_str, NULL, testrun_std_grain}, { performance_str, NULL, testrun_performance_grain},