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
+1
View File
@@ -82,6 +82,7 @@ int pkcs_5_alg2(const unsigned char *password, unsigned long password_len,
int iteration_count, int hash_idx,
unsigned char *out, unsigned long *outlen);
int pkcs_5_test (void);
#endif /* LTC_PKCS_5 */
/* $Source$ */