pub const HASH_LEAF_PREFIX: u8 = 0x01;Expand description
Domain-separation prefix for Merkle leaf nodes (0x01).
Rationale: Prefixing leaf and internal node hashes prevents second-preimage ambiguity between leaf-level data and hashed pairs; see HSH-007 and BLK-005.
Wire formula: crate::hash::hash_leaf — production trees use chia_sdk_types::MerkleTree with the same byte.