Accessor function for public key structure in mbedtls_ecp_keypair #5441
Labels
component-crypto
Crypto primitives and low-level interfaces
enhancement
good-first-issue
Good for newcomers
size-s
Estimated task size: small (~2d)
Suggested enhancement
Either a direct accessor function to retrieve the public component of an
mbedtls_ecp_keypair
, or a function to write out the public key to a binary buffer. Similarly, a way to create anmbedtls_ecp_keypair
structure containing only the public part of the key.Justification
Mbed TLS needs this because the public key component was made private.
The text was updated successfully, but these errors were encountered: