Skip to content

Distributed Curve25519 signature prototype. Secret is split between N peers, they sign the message, resulting signature is calculated.

Notifications You must be signed in to change notification settings

dvshur/distributed-signature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed signature prototype

  • Keygen phase: an EdDSA private key is split between several peers
  • Signing phase: a subset of peers signs the message with their secret share
  • Final signature is reconstructed from peer signature pieces

Used algorithms are described in Threshold Signatures Using Ed25519 and Ed448

  • Aggregate (unanimous) signature
  • Threshold signature

About

Distributed Curve25519 signature prototype. Secret is split between N peers, they sign the message, resulting signature is calculated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages