X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fshavs.h;h=f28efa55da291a1d6460e6afa77b7ff0345169a3;hp=11c03802b82ab8b42cacb4ca7c3c0bef391f2a18;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=32e8c149a5d05724c3cf32a9ec9b795ac9e87be3 diff --git a/test_src/shavs.h b/test_src/shavs.h index 11c0380..f28efa5 100644 --- a/test_src/shavs.h +++ b/test_src/shavs.h @@ -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 @@ -18,10 +18,10 @@ */ /** * \file shavs.h - * \author Daniel Otte + * \author Daniel Otte * \date 2006-05-16 * \license GPLv3 or later - * + * */ #ifndef SHAVS_H_ @@ -34,7 +34,10 @@ 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 */