AntonKueltz / fastecdsa

Python library for fast elliptic curve crypto
https://pypi.python.org/pypi/fastecdsa
The Unlicense
263 stars 76 forks source link

Great library — keep it up #51

Closed paulmillr closed 4 years ago

paulmillr commented 4 years ago

Hi @AntonKueltz

This is not a bug report. I was wandering around GitHub looking for ECC libraries to learn it and implement by myself. Almost every lib out there is shitty for learning. They have tons of dependencies, tons of unreadable "optimized" code.

Thanks for such a great tool! fastecdsa is one of the best in this regard. Please keep it up. In particular, Python is very helpful due to built-in bigint support.

AntonKueltz commented 4 years ago

Thanks for the kind words, glad you’re finding the project useful!