]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - sha2/sha384.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / sha2 / sha384.h
index 59829b4ba5b2530f891233fc747abfb8017e0d82..5ec39cc9616bedd33dd5d2753464f8ca379e38f0 100644 (file)
@@ -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_ */