]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - noekeon/noekeon_cbc_enc.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / noekeon / noekeon_cbc_enc.h
index e9ced11ff4820d77cbb335a54fcd69838cb12fad..e6cb14a0b645e3df38c0a2c7f08cab2ff223bc6c 100644 (file)
@@ -4,6 +4,6 @@
 #include <stdint.h>
 #include "noekeon.h"
 
-void noekeon_cbc_enc(void* buffer, uint8_t block_cnt, const void* key);
+void noekeon_cbc_enc(void *buffer, uint8_t block_cnt, const void *key);
 
 #endif /*NOEKEON_CBC_ENC_H_*/