X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal%2Fhfal-nessie.h;h=1807dc9d5d649f19ff20afb76a1f2e2457ec6fd9;hb=eb0cafe05ab4cdf60878dbd81e4ff3712d5150f2;hp=e9be131a8790c5efcd3386cb99e2db9f1030b62e;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git diff --git a/hfal/hfal-nessie.h b/hfal/hfal-nessie.h index e9be131..1807dc9 100644 --- a/hfal/hfal-nessie.h +++ b/hfal/hfal-nessie.h @@ -30,7 +30,7 @@ #include "hashfunction_descriptor.h" -void hfal_nessie(const hfdesc_t* hd); -void hfal_nessie_multiple(const hfdesc_t** hd_list); +void hfal_nessie(const hfdesc_t *hd); +void hfal_nessie_multiple(const hfdesc_t *const *hd_list); #endif /* HFAL_NESSIE_H_ */