]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hfal/hfal_blake_small.h
JH and Blake updated for round 3
[avr-crypto-lib.git] / hfal / hfal_blake_small.h
index 70c8b831c2c9cca15791672b2fdb5c3cd69c58e6..6e0f78b6d27da4ee2ac110e765e412c3184a6264 100644 (file)
@@ -31,7 +31,7 @@
 #include <avr/pgmspace.h>
 #include "hashfunction_descriptor.h"
 
-extern const hfdesc_t blake28_desc;
-extern const hfdesc_t blake32_desc;
+extern const hfdesc_t blake224_desc;
+extern const hfdesc_t blake256_desc;
 
 #endif /* HFAL_BLAKE_SMALL_H_ */