Elliptic curve cryptography (ECC) beginner tutorials in Python 3
Just download the repo and read the tutorial files!
- These tutorials are made with Monero (XMR) cryptocurrency in mind, but not too much. The ubiquity of ECC means that these tutorials must also be applicable to other cryptocurrencies.
- For educational purposes only!
GPL 3.0. The elliptic curve prototype dumb25519.py
is based from Sarang Noether's skunkworks (https://github.com/SarangNoether/skunkworks) and Lelantus Spark Prototype (https://github.com/cypherstack/spark).