pkcs#5: add tests for 'algo 2'
This commit is contained in:
committed by
Steffen Jaeckel
parent
e48838559b
commit
2adca46735
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user