minor textual changes \n and added support for bambu kdf.

This commit is contained in:
iceman1001 2024-11-20 01:49:45 +01:00
commit 86e8792f34
9 changed files with 115 additions and 16 deletions

View file

@ -25,6 +25,7 @@ MYSRCS = \
ecdh.c \
ecdsa.c \
gcm.c \
hkdf.c \
md.c \
md5.c \
oid.c \

View file

@ -2849,7 +2849,7 @@
* This module adds support for the Hashed Message Authentication Code
* (HMAC)-based key derivation function (HKDF).
*/
//#define MBEDTLS_HKDF_C
#define MBEDTLS_HKDF_C
/**
* \def MBEDTLS_HMAC_DRBG_C