some comment corrections
[delutions.git] / tc / pbkdf2.h
blob419bb0e507d311c25ae8da8b1890a96619a5f31c
3 int PBKDF2(const hash_t * hash, uint8_t * password, uint32_t password_len, uint8_t * salt, uint32_t salt_len, uint32_t iterations, uint8_t * derived_key, uint32_t derived_key_len);