openmls/components/mod.rs
1/// Virtual-clients-draft derivation chain: types and helpers for the
2/// per-commit material the application supplies on the sender side and
3/// the receiver re-derives.
4#[cfg(feature = "virtual-clients-draft")]
5pub mod vc_derivation_info;
6
7/// Virtual Client Operation Secret Tree (mls-virtual-clients draft): a
8/// per-emulation-epoch secret tree whose leaves expand into one operation
9/// ratchet per operation type.
10#[cfg(feature = "virtual-clients-draft")]
11pub mod vc_operation_tree;