[−][src]Function storage_proofs::vde::decode_domain_block
pub fn decode_domain_block<H>(
sloth_iter: usize,
replica_id: &H::Domain,
tree: &MerkleTree<H::Domain, H::Function>,
node: usize,
node_data: <H as Hasher>::Domain,
parents: &[usize]
) -> Result<H::Domain> where
H: Hasher,