Topic: How to convert ecc_key struct to RAW format using WolfSSL APIs
Hi,
I know Wolfcrypt has APIs to do either
wc_ecc_import_unsigned()
wc_EccPublicKeyToDer
wc_EccPublicKeyToPem
But is there a way to get the ecc key raw format from ecc_key structure?