X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-skein-test.c;h=98102d8508885d25b6c50749c22f88f472c300c1;hp=79bc3ff6ad3751377eaaa30350dca85acaa51864;hb=5c68d38237aa51b91a26309c24e8e38c7fbdffbe;hpb=ff9f1b74e757f2f67b11c51f65b12fffaa02e18d diff --git a/test_src/main-skein-test.c b/test_src/main-skein-test.c index 79bc3ff..98102d8 100644 --- a/test_src/main-skein-test.c +++ b/test_src/main-skein-test.c @@ -17,7 +17,7 @@ along with this program. If not, see . */ /* - * threefish test-suit + * skein test-suit * */ @@ -214,7 +214,7 @@ const char shavs_set_str[] PROGMEM = "shavs_set"; const char shavs_test1_str[] PROGMEM = "shavs_test1"; cmdlist_entry_t cmdlist[] PROGMEM = { -// { nessie_str, NULL, testrun_nessie_noekeon}, +// { nessie_str, NULL, testrun_nessie_skein}, { test_str, NULL, testrun_stdtest_skein}, { ztest_str, (void*)1, (void_fpt)zeromsg_test_common}, { shavs_list_str, NULL, shavs_listalgos},