]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hfal-performance.c
more mqq stuff
[avr-crypto-lib.git] / hfal-performance.c
index 47fccf8ecc0abfedfe2b2db6ab6605bf2c42084e..6f51dc68bb2d21dcd93a78a776571cef9bd4afe0 100644 (file)
@@ -146,15 +146,6 @@ void hfal_stacksize(const hfdesc_t* hd){
        cli_putstr_P(PSTR("\r\n\r\n === "));
        cli_putstr_P(hf.name);
        cli_putstr_P(PSTR(" stack-usage === "
-                         "\r\n    type:             hashfunction"
-                         "\r\n    hashsize (bits):    "));
-       printvalue(hf.hashsize_b);
-
-       cli_putstr_P(PSTR("\r\n    ctxsize (bytes):    "));
-       printvalue(hf.ctxsize_B);
-
-       cli_putstr_P(PSTR("\r\n    blocksize (bits):   "));
-       printvalue(hf.blocksize_b);
 
        cli();
        stack_measure_init(&smctx, PATTERN_A);