Skip to content

ZenGo-X/multi-party-eddsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.