Skip to content

nmahendru/ecdsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecdsa_op

toy implementation of ecdsa in pure python

threshold_ecdsa

toy implementation of Threshold ecdsa in pure python. It's based on this paper GG20

There are basic tests with the APIs.

In no manner is this production ready. So please only look at this at your own risk.

Trying it.

This library is really not written to be shipped and used.(At least at the moment). As the package name suggests, it's a "toy" implementation.

But in case you would like to see it in action:

  1. $pip install pytest ecdsa phe
  2. $pytest -rA

The pytest command should run all the tests. test_mpc actually generates a usable signature.

About

toy implementation of ecdsa in pure python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages