X-Git-Url: https://git.cryptolib.org/avr-crypto-lib.git?a=blobdiff_plain;f=bcal%2Fbcal-performance.h;h=7258854b5ad0ccd3b761bd7d8ecd1555f5c178db;hb=3a9f9d918fb95474996af535c225a7e187d88372;hp=19207ea722b30e6b28561f12887ac7144e96ff54;hpb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;p=avr-crypto-lib.git diff --git a/bcal/bcal-performance.h b/bcal/bcal-performance.h index 19207ea..7258854 100644 --- a/bcal/bcal-performance.h +++ b/bcal/bcal-performance.h @@ -31,8 +31,8 @@ #include "blockcipher_descriptor.h" -void bcal_performance(const bcdesc_t* hd); -void bcal_performance_multiple(const bcdesc_t* const* hd_list); +void bcal_performance(const bcdesc_t *hd); +void bcal_performance_multiple(const bcdesc_t *const *hd_list); #endif /* BCAL_PERFORMANCE_H_ */