X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=present%2Fpresent_speed.h;h=a1755f174e6cc9eacc5f0a79d62d9fbb94570830;hb=e9e07569721b9e005d6b602e26a03e930e796577;hp=320a1d859563a29f6249b359c8974a13693f3f3d;hpb=7715ef86b09869014eb5afd319e4acc2ce157b00;p=avr-crypto-lib.git diff --git a/present/present_speed.h b/present/present_speed.h index 320a1d8..a1755f1 100644 --- a/present/present_speed.h +++ b/present/present_speed.h @@ -1,7 +1,7 @@ /* present.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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_*/