pub const INNER_NODE_PREFIX: u8 = 0x01;
Prefix byte to distinguish internal nodes from leaves when hashing.