pub fn leaf_hash(data: &[u8]) -> [u8; 32]
Expand description
Identifiably hashes a leaf node’s data. Used for hashing HashTreeNode::Leaf.
pub fn leaf_hash(data: &[u8]) -> [u8; 32]
Identifiably hashes a leaf node’s data. Used for hashing HashTreeNode::Leaf.