pub fn hash_leaf(data: &[u8]) -> Bytes32Expand description
Leaf digest: SHA-256( HASH_LEAF_PREFIX ‖ data ) (SPEC §3.3).
For a Bytes32 leaf value v in chia_sdk_types::MerkleTree, this is exactly the digest
mixed at the leaf level. Matches Chia’s merkle_utils.py leaf formula.
Chia source: merkle_tree.rs HASH_LEAF_PREFIX.