Searched defs:TreeHash (Results 1 – 3 of 3) 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()261 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
250 func TreeHash(n int64, r HashReader) (Hash, error) { func