Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 121 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 121 Bytes

Python-secp256k1

Simple Python Implementation of the Elliptic Curve secp256k1

y^2 = x^3 + ax + b

a = 0
b = 7