X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fshavs.h;h=555304e3ae28d15a113274c3992a4da7f51d8342;hb=2c909fca2a13cd76a526515bda5d0292483d7a55;hp=a64f3a648d96450f490b50963854cddd87280633;hpb=e5a49deb52521f019e37779d6e9d81ec4f02aba4;p=avr-crypto-lib.git diff --git a/test_src/shavs.h b/test_src/shavs.h index a64f3a6..555304e 100644 --- a/test_src/shavs.h +++ b/test_src/shavs.h @@ -18,10 +18,10 @@ */ /** * \file shavs.h - * \author Daniel Otte + * \author Daniel Otte * \date 2006-05-16 * \license GPLv3 or later - * + * */ #ifndef SHAVS_H_ @@ -30,10 +30,14 @@ #include #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 */