[go: up one dir, main page]

Function clvm_utils::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,