pub fn hex_decode_reference_packed(input: &[u8]) -> Vec<u32>
CPU oracle for the primitive hex decode contract.
Invalid nibbles clamp to zero through the table, matching the GPU body.