CryptoAuthLib Basic API methods for KDF command. More...
#include "cryptoauthlib.h"
CryptoAuthLib Basic API methods for KDF command.
The KDF command implements one of a number of Key Derivation Functions (KDF). Generally this function combines a source key with an input string and creates a result key/digest/array. Three algorithms are currently supported: PRF, HKDF and AES.