X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=main-noekeon-test.c;h=851c7bc663009bd4eabca77ed13a1b77575dac03;hb=dd02da3bd4b9c9a84f68150b5cba987b73fd29af;hp=9ba191e7260455ddfb710dc7eba82d8e635cbf07;hpb=50c1851b5962ea9a41c7929381515f2ecca66068;p=avr-crypto-lib.git diff --git a/main-noekeon-test.c b/main-noekeon-test.c index 9ba191e..851c7bc 100644 --- a/main-noekeon-test.c +++ b/main-noekeon-test.c @@ -80,6 +80,12 @@ void testrun_nessie_noekeon_direct(void){ nessie_bc_run(); } +void testrun_nessie_noekeon(void){ + testrun_nessie_noekeon_direct(); + testrun_nessie_noekeon_indirect(); +} + + void testrun_stdtest_rundirect(void* data, void* key){ uart_putstr_P(PSTR("\r\n ")); uart_putstr_P(PSTR("k = ")); @@ -215,7 +221,7 @@ int main (void){ uart_putstr_P(PSTR(")\r\nloaded and running\r\n")); PGM_P u = PSTR("nessie\0test\0direct\0indirect\0performance\0"); - void_fpt v[] = {testrun_nessie_noekeon_direct, + void_fpt v[] = {testrun_nessie_noekeon, testrun_stdtest_noekeon, testrun_nessie_noekeon_direct, testrun_nessie_noekeon_indirect,