Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 612 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 612 Bytes

ecc_tutorials

Elliptic curve cryptography (ECC) beginner tutorials in Python 3

Instructions

Just download the repo and read the tutorial files!

Notes

  • 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!

License

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).