Skip to main content

Crate confium_threshold

Crate confium_threshold 

Source
Expand description

Single-entry-point crate for the Confium Threshold product.

Re-exports the threshold-cryptography crates that comprise the product behind feature flags. Consumers depend on confium-threshold instead of pulling 5–12 separate crates.

§Example

confium-threshold = { version = "0.3", features = ["cmp20", "frost-p256"] }

Re-exports§

pub use confium_tc_core as core;
pub use confium_tc_cmp20 as cmp20;
pub use confium_tc_gg18 as gg18;
pub use confium_tc_frost_p256 as frost_p256;
pub use confium_tc_frost_ed25519 as frost_ed25519;
pub use confium_tc_bls as bls;
pub use confium_tc_elgamal_p256 as elgamal_p256;
pub use confium_coordinator as coordinator;
pub use confium_tc_keys as keys;