]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - present/present128.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / present / present128.h
index d74fff9735a9a8d83e83ccf4e2b37b0d8ecfecab..7c37dc4b0cd5e30324a5b75805653e80ff5df4a2 100644 (file)
@@ -27,9 +27,9 @@ typedef struct __attribute__((packed)) present128_ctx_st {
 } present128_ctx_t;
 
 
-void present128_init(const uint8_t* key, uint8_t keysize_b, present128_ctx_t* ctx);
-void present128_enc(void* buffer, present128_ctx_t* ctx);
-void present128_dec(void* buffer, present128_ctx_t* ctx);
+void present128_init(const uint8_t *key, uint8_t keysize_b, present128_ctx_t *ctx);
+void present128_enc(void *buffer, present128_ctx_t *ctx);
+void present128_dec(void *buffer, present128_ctx_t *ctx);
 
 
 #endif /*PRESENT128_H_*/