Yanni8 / secp256k1

Simple Python/JS Implementation of the Elliptic Curve secp256k1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-secp256k1

Simple Python Implementation of the Elliptic Curve secp256k1

y^2 = x^3 + ax + b

a = 0
b = 7

About

Simple Python/JS Implementation of the Elliptic Curve secp256k1


Languages

Language:JavaScript 56.4%Language:Python 43.6%