Searched defs:ParentHash (Results 1 – 1 of 1) sorted by relevance
40 pub struct ParentHash( struct46 impl Debug for ParentHash { implementation54 impl From<Vec<u8>> for ParentHash { implementation60 impl Deref for ParentHash { implementation68 impl ParentHash { implementation73 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()