Skip to main content

hex_decode_reference_packed

Function hex_decode_reference_packed 

Source
pub fn hex_decode_reference_packed(input: &[u8]) -> Vec<u32>
Expand description

CPU oracle for the primitive hex decode contract.

Invalid nibbles clamp to zero through the table, matching the GPU body.