]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/shavs.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / shavs.h
index d19476e78f75deb08dabb31c87a4a042feaa527e..f28efa55da291a1d6460e6afa77b7ff0345169a3 100644 (file)
@@ -1,7 +1,7 @@
 /* shavs.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
@@ -34,9 +34,10 @@ extern hfdesc_t*  shavs_algo;
 extern hfdesc_t** shavs_algolist;
 
 void shavs_listalgos(void);
-void shavs_setalgo(charparam);
+void shavs_setalgo(char *param);
 void shavs_test1(void);
 void shavs_test2(void);
+void shavs_test3(void);
 
 
 #endif /* SHAVS */