I've already searched for my question in the documentation of mbedtls but there was no explicit answer.
Is there any way to generate public and private ECC keys with mbedTLS? I've already got sha256
properly working, with the help of a tutorial, but it seems that ECC operations
are not well documented.
Is there an example, on how to generate a private/public key on the NIST P-256 curve?
Thanks for you help.