Topic: Public Key / Private Key Format.
Hi,
I our project, we have two embedded hardware (STM32F4) based modules. In Module-1 we are using wolfSSL library and in Module-2 we are using Atmel's cryptoAuthLib. We are finding some interoperability issue in the public key size format. The public key generated in the wolfSSL is 91 Byte size and Public key generated by ATECC508 is 64 Bytes. Can you please help me in converting the format of public Key and Private key, ie from 91 byte format to 64 byte format or vice versa.
Thanks and regards,
Manoj Chandran R