]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - present/present80.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / present / present80.h
index 9fb73e47f93cc7cce190a9fdf1b7911f697e4210..63e3bfbd0fd4e0fbb5242fb0be94df6e54ff4cca 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
@@ -27,8 +27,8 @@ typedef struct __attribute__((packed)) present80_ctx_st {
 } present80_ctx_t;
 
 
-void present80_init(const uint8_t* key, uint8_t keysize_b, present80_ctx_t* ctx);
-void present80_enc(void* buffer, present80_ctx_t* ctx);
-void present80_dec(void* buffer, present80_ctx_t* ctx);
+void present80_init(const uint8_t *key, uint8_t keysize_b, present80_ctx_t *ctx);
+void present80_enc(void *buffer, present80_ctx_t *ctx);
+void present80_dec(void *buffer, present80_ctx_t *ctx);
 
 #endif /*PRESENT80_H_*/