pub fn leaf_hash<T: Serialize>(data: &T) -> [u8; 32]
Hash function applied to leaves of the Merkle tree
Panics if the data can’t be serialized.