mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-26 12:39:55 +00: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…
x
Reference in New Issue
Block a user