diff --git a/test_src/main-twister224-test.c b/test_src/main-twister224-test.c index 0cf3d6a..a812e2f 100644 --- a/test_src/main-twister224-test.c +++ b/test_src/main-twister224-test.c @@ -117,7 +117,7 @@ void testrun_twister224(void){ for(i=0; i<16777216; ++i){ twister224_nextBlock(&ctx, ltest); } - twister224_ctx2hash(hash, &ctx) + twister224_ctx2hash(hash, &ctx); uart_hexdump(hash, 224/8); }