Module threshold

Module threshold 

Source
Expand description

Threshold signatures and multi-signature schemes.

This module provides simple threshold signature functionality for scenarios where multiple parties need to sign together.

Structs§

MultiSig
Multi-signature aggregator.
MultiSigBuilder
Multi-party signature builder for collecting signatures.
ThresholdCoordinator
Simple coordinator-based threshold signing.
ThresholdSig
Threshold signature scheme (M-of-N).

Enums§

ThresholdError
Threshold signature error types.