]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/shavs.h
optimizing norx32
[avr-crypto-lib.git] / test_src / shavs.h
index a64f3a648d96450f490b50963854cddd87280633..555304e3ae28d15a113274c3992a4da7f51d8342 100644 (file)
 */
 /**
  * \file       shavs.h
- * \author  Daniel Otte 
+ * \author  Daniel Otte
  * \date    2006-05-16
  * \license    GPLv3 or later
- * 
+ *
  */
 
 #ifndef SHAVS_H_
 #include <stdlib.h>
 #include "hashfunction_descriptor.h"
 
-extern hfdesc_t*  algo;
-extern hfdesc_t** algolist;
+extern hfdesc_t*  shavs_algo;
+extern hfdesc_t** shavs_algolist;
 
 void shavs_listalgos(void);
-void shavs_setalgo(char* param);
+void shavs_setalgo(char *param);
+void shavs_test1(void);
+void shavs_test2(void);
+void shavs_test3(void);
+
 
 #endif /* SHAVS */