\def MBEDTLS_LMS_PRIVATE Enable LMS private-key operations and signing code. Functions enabled by this option are experimental, and should not be used in production. Requires: MBEDTLS_LMS_C Uncomment to enable the LMS signature algorithm and private key operations. \def MBEDTLS_NIST_KW_C Enable the Key Wrapping mode for 128-bit block ciphers, as defined in NIST SP 800-38F. Only KW and KWP modes are supported. At the moment, only AES is approved by NIST. Module: library/nist_kw.c Requires: MBEDTLS_AES_C and MBEDTLS_CIPHER_C