![]() |
nrfxlib API 3.3.99
|
PBKDF2 algorithm based on HMAC-SHA1. More...
Files | |
| file | ocrypto_pbkdf2_sha1.h |
| PBKDF2 algorithm based on HMAC-SHA1. | |
Functions | |
| void | ocrypto_pbkdf2_hmac_sha1 (uint8_t *key, size_t key_len, const uint8_t *password, size_t password_len, const uint8_t *salt, size_t salt_len, uint32_t count) |
PBKDF2 algorithm based on HMAC-SHA1.
PBKDF2 with HMAC-SHA1 is password-based key derivation function.