Skip to main content

hash_pair

Function hash_pair 

Source
pub fn hash_pair<D: Digest<OutputSize = U32>>(
    left: &[u8; 32],
    right: &[u8; 32],
) -> [u8; 32]
Expand description

Hash two 32-byte children into their parent node.