X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal%2Fhfal-nessie.h;h=1807dc9d5d649f19ff20afb76a1f2e2457ec6fd9;hb=e542ff92d053ecf40b42364a44bc887431cecae2;hp=c06db33c7bca15d1ad2eff2e2329193c31e25c46;hpb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;p=avr-crypto-lib.git diff --git a/hfal/hfal-nessie.h b/hfal/hfal-nessie.h index c06db33..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* const* hd_list); +void hfal_nessie(const hfdesc_t *hd); +void hfal_nessie_multiple(const hfdesc_t *const *hd_list); #endif /* HFAL_NESSIE_H_ */