commit | 75b4c7790e50752a8bccf4e4521cff6ad058672d | [log] [tgz] |
---|---|---|
author | Raef Coles <raef.coles@arm.com> | Mon Oct 10 13:58:28 2022 +0100 |
committer | Raef Coles <raef.coles@arm.com> | Thu Oct 13 14:29:34 2022 +0100 |
tree | 7b23a02f8c63d31bed0aac7a510475833fdf19ca | |
parent | d48f7e90bb30d605525a9d2c508012acd5cf7b64 [diff] [blame] |
Fix LMS internal function documentation Signed-off-by: Raef Coles <raef.coles@arm.com>
diff --git a/library/lms.c b/library/lms.c index 296adce..321e51a 100644 --- a/library/lms.c +++ b/library/lms.c
@@ -491,7 +491,7 @@ * * 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, unsigned int leaf_node_id,