X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=hfal%2Fhfal-performance.h;fp=hfal%2Fhfal-performance.h;h=b65f6eefe628290b2a338877c0bced662b2a923e;hp=b8de940b45852471680d87e4a252266935d072cb;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/hfal/hfal-performance.h b/hfal/hfal-performance.h index b8de940..b65f6ee 100644 --- a/hfal/hfal-performance.h +++ b/hfal/hfal-performance.h @@ -30,6 +30,6 @@ #include "hashfunction_descriptor.h" -void hfal_performance(const hfdesc_t* hd); -void hfal_performance_multiple(const hfdesc_t* const* hd_list); +void hfal_performance(const hfdesc_t *hd); +void hfal_performance_multiple(const hfdesc_t *const *hd_list); #endif /* HFAL_PERFORMANCE_H_ */