Page 1 of 1

Micropython package for doing fast elliptic curve cryptography

Posted: Fri May 07, 2021 4:31 pm
by pagano.paganino
I have published a project for doing fast elliptic curve cryptography, specifically digital signatures.

Implementation based on https://github.com/libtom/tomsfastmath and API design inspired from https://github.com/AntonKueltz/fastecdsa

https://github.com/dmazzella/ucrypto

Let me know if it's of your interest.
D.