Leancrypto 0.12.0
Post-Quantum Cryptographic Library
Loading...
Searching...
No Matches
lc_pbkdf2.h File Reference
#include "ext_headers.h"
#include "lc_hash.h"
+ Include dependency graph for lc_pbkdf2.h:

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.