Skip to content

Yanni8/secp256k1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published