1 (edited by jy824212 2021-06-19 06:36:15)

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?

Share

Re: How to convert ecc_key struct to RAW format using WolfSSL APIs

Hi jy824212,

There are a few APIs that may be useful to you that start with `wc_ecc_export_`.  See the  header.

Hope that helps,
Jeff

Share