Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.73 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.73 KB

Multi Party EdDSA signatures

Rust implementation of multiparty Ed25519 signature scheme.

Currently supporting:

The above protocols are for Schnorr signature system. EdDSA is a variant of Schnorr signature system with (possibly twisted) Edwards curves. We adopt the multi party implementations to follow Ed25519 methods for private key and public key generation according to RFC8032

License

This library is released under the terms of the GPL-3.0 license. See LICENSE for more information.

Development Process

The contribution workflow is described in CONTRIBUTING.md.

Contact

Feel free to reach out or join the ZenGo X Telegram for discussions on code and research.