Searched defs:TreeWithSigners (Results 1 – 1 of 1) sorted by relevance
792 pub struct TreeWithSigners { struct793 pub tree: TreeKemPublic,794 pub signers: Vec<Option<SignatureSecretKey>>,795 pub group_id: Vec<u8>,798 impl TreeWithSigners { implementation803 ) -> TreeWithSigners { in make_full_tree()