Micropython package for doing fast elliptic curve cryptography

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
pagano.paganino
Posts: 89
Joined: Fri Sep 11, 2015 10:47 pm
Location: Italy

Micropython package for doing fast elliptic curve cryptography

Post by pagano.paganino » Fri May 07, 2021 4:31 pm

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.

Post Reply