]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - present/present80.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / present / present80.h
index 9fb73e47f93cc7cce190a9fdf1b7911f697e4210..29f07b93ff32be7851dbf9365754f1b07d512b67 100644 (file)
@@ -27,8 +27,8 @@ typedef struct __attribute__((packed)) present80_ctx_st {
 } present80_ctx_t;
 
 
-void present80_init(const uint8_t* key, uint8_t keysize_b, present80_ctx_t* ctx);
-void present80_enc(void* buffer, present80_ctx_t* ctx);
-void present80_dec(void* buffer, present80_ctx_t* ctx);
+void present80_init(const uint8_t *key, uint8_t keysize_b, present80_ctx_t *ctx);
+void present80_enc(void *buffer, present80_ctx_t *ctx);
+void present80_dec(void *buffer, present80_ctx_t *ctx);
 
 #endif /*PRESENT80_H_*/