//! Transport-agnostic core shared by every threshold protocol.
//!
//! This mirrors the `tss` package of the Go tss-lib: participant identity
//! ([`PartyId`]), the rich protocol error type ([`TssError`]), and the
//! JSON-based message/broker plumbing the broker-style protocols route their
//! rounds through.
pub use TssError;
pub use ;
pub use PartyId;