concat_kdf.c
General definitions for cryptographic algorithms.
PBKDF (Password-Based Key Derivation Function)
error_t concatKdf(const HashAlgo *hash, const uint8_t *z, size_t zLen, const uint8_t *otherInfo, size_t otherInfoLen, uint8_t *dk, size_t dkLen)
Concat KDF key derivation function.
Definition: concat_kdf.c:60
HMAC (Keyed-Hashing for Message Authentication)