concat_kdf.h
General definitions for cryptographic algorithms.
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