Skip to main content

flip_byte

Function flip_byte 

Source
pub fn flip_byte(der: &[u8], offset: usize) -> Vec<u8> 
Expand description

XOR the byte at offset with 0x01, returning the original if offset is out of range.