mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-13 22:57:51 +00:00
Fix LMS internal function documentation
Signed-off-by: Raef Coles <[email protected]>
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user