]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/shavs.h
important fix for SHA1 (Asm) & SHA256 (Asm) and new MonteCarlo tests for hashes
[avr-crypto-lib.git] / test_src / shavs.h
index 11c03802b82ab8b42cacb4ca7c3c0bef391f2a18..d19476e78f75deb08dabb31c87a4a042feaa527e 100644 (file)
 */
 /**
  * \file       shavs.h
- * \author  Daniel Otte 
+ * \author  Daniel Otte
  * \date    2006-05-16
  * \license    GPLv3 or later
- * 
+ *
  */
 
 #ifndef SHAVS_H_
@@ -36,5 +36,7 @@ extern hfdesc_t** shavs_algolist;
 void shavs_listalgos(void);
 void shavs_setalgo(char* param);
 void shavs_test1(void);
+void shavs_test2(void);
+
 
 #endif /* SHAVS */