X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal%2Fhfal_blake_small.h;h=6e0f78b6d27da4ee2ac110e765e412c3184a6264;hb=c26c0ae7602db9d3b2d7baf6ae6fc9639539ad02;hp=70c8b831c2c9cca15791672b2fdb5c3cd69c58e6;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git diff --git a/hfal/hfal_blake_small.h b/hfal/hfal_blake_small.h index 70c8b83..6e0f78b 100644 --- a/hfal/hfal_blake_small.h +++ b/hfal/hfal_blake_small.h @@ -31,7 +31,7 @@ #include #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_ */