Adaptor signatures in python.
Intended for studying or experimenting, not for production use.
Install:
pip install .
Run tests:
python3 -m unittest discover -v
ecc.py
module was copied and adapted from BIP340's pure python reference
implementation.