]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - twister/twister.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / twister / twister.h
index ec6b2190fcf5a90d12969a693a93103d2ee48323..a44e9ba3a05e950f4e1c693a709bf0e20712057d 100644 (file)
@@ -37,8 +37,8 @@ typedef struct {
 
 typedef uint8_t twister_checksum_t[8][8];
 
-void twister_blank_round(twister_state_tctx);
-void twister_mini_round(twister_state_t* ctx, const void* msg);        
-void twister_ctx2hash(void* dest, twister_state_t* ctx, uint16_t hashsize_b);
+void twister_blank_round(twister_state_t *ctx);
+void twister_mini_round(twister_state_t *ctx, const void *msg);        
+void twister_ctx2hash(void *dest, twister_state_t *ctx, uint16_t hashsize_b);
 
 #endif /* TWISTER_H_ */