passwords.h
Provides PBKDF2 implementation.
\par License: GNU GPL v3.0 \par Reference: RFC 8018 \par Reference: RFC 6070
- Author
Anthony Cagliano
Functions
-
bool tls_pbkdf2(const char *password, size_t passlen, const uint8_t *salt, size_t saltlen, uint8_t *key, size_t keylen, size_t rounds, uint8_t algorithm)