Skip to main content

Module party

Module party 

Source
Expand description

Party identity and the roster of participants in a threshold session.

A threshold protocol runs between N parties. Each party has a stable identifier (a short ASCII handle, opaque to the framework) and, for networked sessions, a transport endpoint URL. The framework itself treats party IDs as uninterpreted strings — scheme-specific encoding (e.g. a numeric index, a public-key fingerprint) is the plugin’s job.

See TODO.roadmap/04-threshold-cryptography.md for the design and TODO.roadmap/05-networking-primitives.md for the transport contract.

Structs§

Party
One participant in a threshold session.
PartyList
Ordered roster of parties for a session.