]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hfal/hfal_blake_large.h
fixing some decryption bugs in GCM128
[avr-crypto-lib.git] / hfal / hfal_blake_large.h
index e894689d399d84e444a8073648538bea1d041531..218a703f300c541b5107ec65486dec6ec3c416f8 100644 (file)
@@ -31,7 +31,7 @@
 #include <avr/pgmspace.h>
 #include "hashfunction_descriptor.h"
 
-extern const hfdesc_t blake48_desc;
-extern const hfdesc_t blake64_desc;
+extern const hfdesc_t blake384_desc;
+extern const hfdesc_t blake512_desc;
 
 #endif /* HFAL_BLAKE_LARGE_H_ */