Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 448 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 448 Bytes

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