- md5 hmac test

This commit is contained in:
Martin Willi
2005-11-22 15:53:54 +00:00
parent 213790354f
commit 2018a40a22
4 changed files with 204 additions and 6 deletions
+8
View File
@@ -34,4 +34,12 @@
*/
void test_hmac_sha1(tester_t *tester);
/**
* @brief Test function used to test the hmac functionality
* using md5.
*
* @param tester associated tester object
*/
void test_hmac_md5(tester_t *tester);
#endif /*HMAC_TEST_H_*/