X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=hfal%2Fhfal-performance.h;h=b65f6eefe628290b2a338877c0bced662b2a923e;hb=2c909fca2a13cd76a526515bda5d0292483d7a55;hp=b8de940b45852471680d87e4a252266935d072cb;hpb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;p=avr-crypto-lib.git 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_ */