Add LMS implementation
Also an LM-OTS implementation as one is required for LMS. Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
parent
0fe6631486
commit
8ff6df538c
15 changed files with 2259 additions and 1 deletions
|
@ -2461,6 +2461,34 @@
|
|||
*/
|
||||
#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
|
||||
*
|
||||
* Enable the LMS stateful-hash asymmetric signature algorithm.
|
||||
*
|
||||
* Module: library/lms.c
|
||||
* Caller:
|
||||
*
|
||||
* Requires: MBEDTLS_LMS_C
|
||||
*
|
||||
* Uncomment to enable the LMS signature algorithm.
|
||||
*/
|
||||
#define MBEDTLS_LMS_C
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_NIST_KW_C
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue