Searched defs:TreeHash (Results 1 – 2 of 2) sorted by relevance
26 pub(crate) struct TreeHash( struct32 impl Debug for TreeHash { implementation40 impl Deref for TreeHash { implementation175 ) -> Result<Vec<TreeHash>, MlsError> { in compute_original_hashes()266 hashes: &mut Vec<TreeHash>, in tree_hash()
33 struct TreeHash(#[serde(with = "hex::serde")] pub Vec<u8>); struct35 impl From<crate::tree_kem::tree_hash::TreeHash> for TreeHash { implementation