leaf_hash

Function leaf_hash 

Source
pub fn leaf_hash<T: Serialize>(data: &T) -> [u8; 32]
Expand description

Hash function applied to leaves of the Merkle tree

§Panics

Panics if the data can’t be serialized.