|
Leancrypto 1.6.0
Post-Quantum Cryptographic Library
|
Go to the source code of this file.
Functions | |
| int | lc_pbkdf2 (const struct lc_hash *hash, const uint8_t *pw, size_t pwlen, const uint8_t *salt, size_t saltlen, const uint32_t count, uint8_t *key, size_t keylen) |
| Password-based Key Derivation Function - SP800-132. | |