Hi everyone,
I am having trouble learning the BearSSL documentation for the ESP8266 and Arduino IDE. My goal is to implement a simple ECDSA signature generation and verification feature, using SECP256R1. No need for SSL implementation. I just want to know the correct ECDSA keygen/signature procedure.
Thanks in advance.