Make LMOTS a private api

Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
Raef Coles 2022-08-24 14:07:06 +01:00
parent 2ad6e611f0
commit 7dce69a27a
No known key found for this signature in database
GPG key ID: 1AAF1B43DF2086F4
10 changed files with 36 additions and 54 deletions

View file

@ -2461,20 +2461,6 @@
*/
#define MBEDTLS_HMAC_DRBG_C
/**
* \def MBEDTLS_LMOTS_C
*
* Enable the LMOTS one-time asymmetric hash signature algorithm.
*
* Module: library/lm_ots.c
* Caller:
*
* Requires: MBEDTLS_SHA256_C
*
* Uncomment to enable the LMOTS signature algorithm.
*/
#define MBEDTLS_LMOTS_C
/**
* \def MBEDTLS_LMS_C
*
@ -2483,7 +2469,7 @@
* Module: library/lms.c
* Caller:
*
* Requires: MBEDTLS_LMS_C
* Requires: MBEDTLS_MD_C
*
* Uncomment to enable the LMS signature algorithm.
*/