Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dmod.rs792 pub struct TreeWithSigners { struct
793 pub tree: TreeKemPublic,
794 pub signers: Vec<Option<SignatureSecretKey>>,
795 pub group_id: Vec<u8>,
798 impl TreeWithSigners { implementation
803 ) -> TreeWithSigners { in make_full_tree()