Skip to main content

Module schemes

Module schemes 

Source
Expand description

Built-in threshold-cryptography schemes that ship with confium-tc.

Real TC schemes (FROST, GG18, …) live in plugin crates. The scheme here is a deterministic mock used to exercise the full session lifecycle end-to-end without any real cryptographic math.

Re-exports§

pub use mock::MockTcSigScheme;

Modules§

mock
Mock threshold-signature scheme — "mock-tc-sig".