forked from wolfSSL/wolfssl
add PBKDF2
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
|
||||
int PBKDF1(byte* output, const byte* passwd, int pLen, const byte* salt,
|
||||
int sLen, int iterations, int kLen, int hashType);
|
||||
int PBKDF2(byte* output, const byte* passwd, int pLen, const byte* salt,
|
||||
int sLen, int iterations, int kLen, int hashType);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user