Skip to main content

hash_subtree

Function hash_subtree 

Source
pub fn hash_subtree(content_hash: u64, children_hashes: &[u64]) -> u64
Expand description

Compute a hash that includes the subtree structure. This combines the node’s content hash with its children’s subtree hashes.