confium-tc-core
Core threshold cryptography session primitives for Confium.
This crate provides the minimal interface that threshold scheme plugins (CMP20, FROST, GG18) compile against:
- Session state machine and parameters
- Share types and adapters
- Scheme registry (link-time registration via
inventory) - Party and message types
Usage
[]
= "0.3"
use ;
let params = SessionParams ;
License
BSD-2-Clause