pub const fn scramble(bytes: [u8; 3]) -> [u8; 3]
Scramble 3 bytes of slow data using the D-STAR XOR key.
scramble(descramble(b)) == b for any input, since XOR is symmetric.
scramble(descramble(b)) == b