]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hfal-performance.c
now with CubeHash
[avr-crypto-lib.git] / hfal-performance.c
index c64e7e962fbed888c528d8bfb64ad199a6a6b212..9bfaa8504c934e2db5e37f025ee5e1b52b380bb7 100644 (file)
@@ -80,7 +80,7 @@ void hfal_performance(const hfdesc_t* hd){
                STOP_TIMER;
                t += stopTimer();
                if(i!=31 && hf.free){
-                       hf.free(&ctx)
+                       hf.free(&ctx);
                }
        }
        t>>=5;