pkcs#5: add tests for 'algo 2'

This commit is contained in:
Steffen Jaeckel
2014-01-03 22:04:50 +01:00
committed by Steffen Jaeckel
parent e48838559b
commit 2adca46735
3 changed files with 189 additions and 0 deletions
+3
View File
@@ -4,6 +4,9 @@ int misc_test(void)
{
#ifdef LTC_HKDF
DO(hkdf_test());
#endif
#ifdef LTC_PKCS_5
DO(pkcs_5_test());
#endif
return 0;
}