]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - sha2/sha2_small_common.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / sha2 / sha2_small_common.h
index a771d5dffdc3f9e07e8a2eda329d02d4b8e224fd..9a28a9daf7266376a2d3c4c7a09f107a754e811c 100644 (file)
@@ -25,7 +25,7 @@ typedef struct {
        uint32_t length;
 } sha2_small_common_ctx_t;
 
-void sha2_small_common_nextBlock(sha2_small_common_ctx_t* state, const void* block);
-void sha2_small_common_lastBlock(sha2_small_common_ctx_t* state, const void* block, uint16_t length_b);
+void sha2_small_common_nextBlock(sha2_small_common_ctx_t *state, const void *block);
+void sha2_small_common_lastBlock(sha2_small_common_ctx_t *state, const void *block, uint16_t length_b);
 
 #endif /* SHA2_SMALL_COMMON_H_ */