X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=sha2%2Fsha384.h;fp=sha2%2Fsha384.h;h=5ec39cc9616bedd33dd5d2753464f8ca379e38f0;hp=59829b4ba5b2530f891233fc747abfb8017e0d82;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/sha2/sha384.h b/sha2/sha384.h index 59829b4..5ec39cc 100644 --- a/sha2/sha384.h +++ b/sha2/sha384.h @@ -33,10 +33,10 @@ typedef sha2_large_common_ctx_t sha384_ctx_t; void sha384_init(sha384_ctx_t *ctx); -void sha384_nextBlock (sha384_ctx_t* ctx, const void* block); -void sha384_lastBlock(sha384_ctx_t* ctx, const void* block, uint16_t length_b); -void sha384_ctx2hash(void* dest, const sha384_ctx_t* ctx); -void sha384(void* dest, const void* msg, uint32_t length_b); +void sha384_nextBlock (sha384_ctx_t *ctx, const void *block); +void sha384_lastBlock(sha384_ctx_t *ctx, const void *block, uint16_t length_b); +void sha384_ctx2hash(void *dest, const sha384_ctx_t *ctx); +void sha384(void *dest, const void *msg, uint32_t length_b); #endif /* SHA384_H_ */