Skip to main content

Module threshold

Module threshold 

Source
Expand description

Threshold Signatures — Multi-party Schnorr signing protocols.

This module contains implementations of threshold and multi-party signature schemes for secp256k1:

  • FROST (frost) — T-of-N threshold Schnorr signatures (RFC 9591)
  • MuSig2 (musig2) — N-of-N multi-party Schnorr signatures (BIP-327)

Modules§

frost
FROST — Flexible Round-Optimized Schnorr Threshold Signatures (RFC 9591).
musig2
MuSig2 — Multi-party Schnorr Signatures (BIP-327).