]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - present/present_speed.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / present / present_speed.h
index 320a1d859563a29f6249b359c8974a13693f3f3d..a1755f174e6cc9eacc5f0a79d62d9fbb94570830 100644 (file)
@@ -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_*/