X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=whirlpool%2Fwhirlpool.h;fp=whirlpool%2Fwhirlpool.h;h=3c13d1e838224f82ed23674e9d76fe7d69af7e15;hp=d65f6e61c39f114fd6c8d33aa86f1bf3edfbcf73;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c;ds=sidebyside diff --git a/whirlpool/whirlpool.h b/whirlpool/whirlpool.h index d65f6e6..3c13d1e 100644 --- a/whirlpool/whirlpool.h +++ b/whirlpool/whirlpool.h @@ -28,9 +28,9 @@ typedef struct { } whirlpool_ctx_t; -void whirlpool_init(whirlpool_ctx_t* ctx); -void whirlpool_nextBlock(whirlpool_ctx_t* ctx,const void* block); -void whirlpool_lastBlock(whirlpool_ctx_t* ctx, const void* block, uint16_t length_b); -void whirlpool_ctx2hash(void* dest, const whirlpool_ctx_t* ctx); +void whirlpool_init(whirlpool_ctx_t *ctx); +void whirlpool_nextBlock(whirlpool_ctx_t *ctx,const void *block); +void whirlpool_lastBlock(whirlpool_ctx_t *ctx, const void *block, uint16_t length_b); +void whirlpool_ctx2hash(void *dest, const whirlpool_ctx_t *ctx); #endif /* WIRLPOOL_H_ */