Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dparent_hash.rs40 pub struct ParentHash( struct
46 impl Debug for ParentHash { implementation
54 impl From<Vec<u8>> for ParentHash { implementation
60 impl Deref for ParentHash { implementation
68 impl ParentHash { implementation
73 parent_hash: &ParentHash, in new()
103 fn get_parent_hash(&self) -> Option<ParentHash> { in get_parent_hash()
120 ) -> Result<ParentHash, MlsError> { in parent_hash_for_leaf()