mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-22 04:01:19 +01:00
Document and implement mbedtls_pk_copy_public_from_psa() to export the public key of a PSA key into PK. Unit-test it alongside mbedtls_pk_copy_from_psa(). Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>