]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - present/present128.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / present / present128.h
index d74fff9735a9a8d83e83ccf4e2b37b0d8ecfecab..fc6648889580c109bf6681e554b44428dc64a665 100644 (file)
@@ -1,7 +1,7 @@
 /* present128.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
@@ -27,9 +27,9 @@ typedef struct __attribute__((packed)) present128_ctx_st {
 } present128_ctx_t;
 
 
-void present128_init(const uint8_t* key, uint8_t keysize_b, present128_ctx_t* ctx);
-void present128_enc(void* buffer, present128_ctx_t* ctx);
-void present128_dec(void* buffer, present128_ctx_t* ctx);
+void present128_init(const uint8_t *key, uint8_t keysize_b, present128_ctx_t *ctx);
+void present128_enc(void *buffer, present128_ctx_t *ctx);
+void present128_dec(void *buffer, present128_ctx_t *ctx);
 
 
 #endif /*PRESENT128_H_*/