Searched defs:tap_input_bytes (Results 1 – 1 of 1) sorted by relevance
87 let tap_input_bytes = &bytes[..TAP_INPUT_SIZE]; localVariable132 let tap_input_bytes: [u8; TAP_INPUT_SIZE] = tap_input_bytes[..].try_into().unwrap(); localVariable