mbedTLS
public_key_from_hashed_digit_array()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
public_key_from_hashed_digit_array()
public_key_from_hashed_digit_array() function
Syntax
Show:
Summary
Declaration
from
lmots.c:313
static
int
public_key_from_hashed_digit_array
(
const
mbedtls_lmots_parameters_t
*
params
,
const
unsigned
char
*
y_hashed_digits
,
unsigned
char
*
pub_key
)
;
Arguments
Argument
params
y_hashed_digits
pub_key
Related Functions
Found 4 other functions taking a
mbedtls_lmots_parameters_t
argument:
Function
Description
mbedtls_lmots_calculate_public_key_candidate()
This function creates a candidate public key from an LMOTS signature. This can then be compared to the real public key to determine the validity of the signature.
lmots_checksum_calculate()
create_digit_array_with_checksum()
hash_digit_array()
Examples
References
from
examples
Code
Location
Referrer
static
int
public_key_from_hashed_digit_array
(
const
mbedtls_lmots_parameters_t
*
params
,
lmots.c:313
ret
=
public_key_from_hashed_digit_array
(
params
,
lmots.c:496
mbedtls_lmots_calculate_public_key_candidate()
Call Tree
from
examples
public_key_from_hashed_digit_array()
is called by 1 function and calls 5 functions:
mbedtls_lmots_calculate_public_key_candidate()
All items filtered out
public_key_from_hashed_digit_array()
psa_hash_setup()
psa_hash_update()
psa_hash_finish()
psa_hash_abort()
local_err_translation()
All items filtered out
Data Use
from
examples
public_key_from_hashed_digit_array()
reads 5 variables:
mbedtls_lmots_algorithm_type_t::MBEDTLS_LMOTS_SHA256_N32_W8
mbedtls_lmots_parameters_t::I_key_identifier
mbedtls_lmots_parameters_t::q_leaf_identifier
mbedtls_lmots_parameters_t::type
D_PUBLIC_CONSTANT_BYTES
All items filtered out
public_key_from_hashed_digit_array()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out