Make LMOTS a private api
Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
parent
2ad6e611f0
commit
7dce69a27a
10 changed files with 36 additions and 54 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue