esp-ena/include/mbedtls+HKDF.h
2020-08-21 02:25:43 +02:00

17 lines
321 B
C

/**
* \def MBEDTLS_HKDF_C
*
* Disable the HKDF algorithm (RFC 5869).
*
* Module: library/hkdf.c
* Caller:
*
* Requires: MBEDTLS_MD_C
*
* This module adds support for the Hashed Message Authentication Code
* (HMAC)-based key derivation function (HKDF).
*/
#ifndef MBEDTLS_HKDF_C
#define MBEDTLS_HKDF_C
#endif