mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-09 21:44:28 +00:00
Note that LMS sign function is for testing only
Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
parent
c464746d45
commit
0aa18e041f
@ -123,6 +123,10 @@ int mbedtls_lms_set_algorithm_type( mbedtls_lms_context *ctx,
|
|||||||
* \brief This function creates a LMS signature, using a
|
* \brief This function creates a LMS signature, using a
|
||||||
* LMOTS context that contains a private key.
|
* LMOTS context that contains a private key.
|
||||||
*
|
*
|
||||||
|
* \note This function is intended for _testing purposes
|
||||||
|
* only_, due to complexities around updating stateful
|
||||||
|
* keys.
|
||||||
|
*
|
||||||
* \note Before this function is called, the context must
|
* \note Before this function is called, the context must
|
||||||
* have been initialized and must contain a private
|
* have been initialized and must contain a private
|
||||||
* key.
|
* key.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user