mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix LMS internal function documentation
Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
parent
d48f7e90bb
commit
75b4c7790e
|
|
@ -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.
|
||||
*
|
||||
* 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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue