pub fn flip_byte(der: &[u8], offset: usize) -> Vec<u8> ⓘ
XOR the byte at offset with 0x01, returning the original if offset is out of range.
offset
0x01