Home
last modified time | relevance | path

Searched defs:RatchetTree (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/mls-rs-uniffi/src/
Dlib.rs429 ratchet_tree: Option<RatchetTree>, in join_group()
463 pub struct RatchetTree { struct
467 impl TryFrom<mls_rs::group::ExportedTree<'_>> for RatchetTree { argument
608 pub async fn export_tree(&self) -> Result<RatchetTree, Error> { in export_tree()
/external/rust/crates/mls-rs/src/group/
Dmessage_verifier.rs31 RatchetTree(&'a TreeKemPublic), enumerator