Skip to main content

hash_leaf

Function hash_leaf 

Source
pub fn hash_leaf(data: &[u8]) -> Bytes32
Expand description

Leaf digest: SHA-256( HASH_LEAF_PREFIXdata ) (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.