toy implementation of ecdsa in pure python
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.
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:
- $pip install pytest ecdsa phe
- $pytest -rA
The pytest command should run all the tests. test_mpc actually generates a usable signature.