Search found 2 matches

by Simon76
Tue Jan 19, 2021 3:32 pm
Forum: Hardware
Topic: ESP32S2 and secp256k1 ECC support
Replies: 4
Views: 4986

Re: ESP32S2 and secp256k1 ECC support

Thanks Angus for your reply, I've not yet tried it, anyway my main concern is about the ability of the on-board secure element to actually make the signature: not tho gain a performance improvement (although it is welcome), but to make use of the private key stored in the eFuses such that it is neit...
by Simon76
Fri Jan 15, 2021 3:35 pm
Forum: Hardware
Topic: ESP32S2 and secp256k1 ECC support
Replies: 4
Views: 4986

ESP32S2 and secp256k1 ECC support

Hello, I could not find examples related to the ability of the ESP32S2 secure chip to sign a message using elliptic curve cryptography with the curve secp256k1 that is the standard in blockchain cryptography to sign transactions. Any advice on whether it's supported and an example on how to use it? ...