pub const HASH_TREE_PREFIX: u8 = 0x02;Expand description
Domain-separation prefix for Merkle internal nodes (0x02).
Wire formula: crate::hash::hash_node; chia_sdk_types::MerkleTree uses the same prefix for parent nodes.
pub const HASH_TREE_PREFIX: u8 = 0x02;Domain-separation prefix for Merkle internal nodes (0x02).
Wire formula: crate::hash::hash_node; chia_sdk_types::MerkleTree uses the same prefix for parent nodes.