X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=present%2Fpresent_speed.h;fp=present%2Fpresent_speed.h;h=8fc6f832c04f90d820db3b8addd31ae92739544a;hp=320a1d859563a29f6249b359c8974a13693f3f3d;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/present/present_speed.h b/present/present_speed.h index 320a1d8..8fc6f83 100644 --- a/present/present_speed.h +++ b/present/present_speed.h @@ -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_*/