1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Fix LMS internal function documentation

Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
Raef Coles
2022-10-10 13:58:28 +01:00
parent d48f7e90bb
commit 75b4c7790e

View File

@ -491,7 +491,7 @@ static int calculate_merkle_tree( const mbedtls_lms_private_t *ctx,
* *
* leaf_node_id Which leaf node to calculate the path from. * leaf_node_id Which leaf node to calculate the path from.
* *
* tree The output path, which is H hash outputs. * path The output path, which is H hash outputs.
*/ */
static int get_merkle_path( mbedtls_lms_private_t *ctx, static int get_merkle_path( mbedtls_lms_private_t *ctx,
unsigned int leaf_node_id, unsigned int leaf_node_id,