]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hfal/hfal-performance.h
fixing some decryption bugs in GCM128
[avr-crypto-lib.git] / hfal / hfal-performance.h
index 65b0473e8c7b7144f7783c80d6a6797ae25cb9bc..b65f6eefe628290b2a338877c0bced662b2a923e 100644 (file)
@@ -30,6 +30,6 @@
 
 #include "hashfunction_descriptor.h"
 
-void hfal_performance(const hfdesc_thd);
-void hfal_performance_multiple(const hfdesc_t** hd_list);
+void hfal_performance(const hfdesc_t *hd);
+void hfal_performance_multiple(const hfdesc_t *const *hd_list);
 #endif /* HFAL_PERFORMANCE_H_ */