]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - present/present_speed.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / present / present_speed.h
index 320a1d859563a29f6249b359c8974a13693f3f3d..8fc6f832c04f90d820db3b8addd31ae92739544a 100644 (file)
@@ -26,9 +26,9 @@ typedef struct present_ctx_st{
 } present_ctx_t;
 
 
-void present_init(const uint8_t* key, uint8_t keysize_b, present_ctx_t* ctx);
-void present_enc(void* buffer, present_ctx_t* ctx);
-void present_dec(void* buffer, present_ctx_t* ctx);
+void present_init(const uint8_t *key, uint8_t keysize_b, present_ctx_t *ctx);
+void present_enc(void *buffer, present_ctx_t *ctx);
+void present_dec(void *buffer, present_ctx_t *ctx);
 
 
 #endif /*PRESENT_H_*/