Multi party Schnorr Rust implementation



Summary:

The author has been working on Rust reference implementations with collaborators to provide multi-party schemes for Schnorr signatures. The project includes aggregated signatures, accountable signatures (multi-signatures for n out of n), and threshold signatures (work in progress). The project can be found on GitHub and aims to be bip-schnorr compliant if run in a single party configuration. Links to the relevant papers and bip-schnorr compliance information are provided. The author welcomes questions, suggestions, and pull requests.


Updated on: 2023-06-13T15:47:07.285209+00:00