[go: up one dir, main page]

clvm_utils

Function tree_hash_cached

Source
pub fn tree_hash_cached<S>(
    a: &Allocator,
    node: NodePtr,
    backrefs: &HashSet<NodePtr, S>,
    cache: &mut HashMap<NodePtr, TreeHash, S>,
) -> TreeHash
where S: BuildHasher,