]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hfal-performance.c
modifyed build system (removed some redundance)
[avr-crypto-lib.git] / hfal-performance.c
index 5108f2544d7ad5a8ef5276b7e1440b8411a35cfc..26fd891de4326014e08755e65162eea58b7bc6a9 100644 (file)
@@ -60,6 +60,7 @@ void hfal_performance(const hfdesc_t* hd){
        cli_putstr_P(PSTR("\r\n\r\n === "));
        cli_putstr_P(hf.name);
        cli_putstr_P(PSTR(" performance === "
+                         "\r\n    type:                     hash"
                          "\r\n    hashsize (bits):    "));
        printvalue(hf.hashsize_b);