]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - shacal1/shacal1_enc.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / shacal1 / shacal1_enc.h
index e1bdd989e2c33b9ed3c620ae2d1a9976d787f583..da702b19a9ad5b6898d35c4fa41d7aae54c44f5e 100644 (file)
@@ -1,7 +1,7 @@
 /* shacal1_enc.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,6 +26,6 @@
 #define SHACAL1_KEYSIZE 512
 #define SHACAL1_KEYSIZE_B ((SHACAL1_KEYSIZE+7)/8)
 
-void shacal1_enc(void* buffer, void* key, uint16_t keysize_b);
+void shacal1_enc(void *buffer, void *key, uint16_t keysize_b);
 
 #endif /*SHACAL1_ENC_H_*/