scramble

Function scramble 

Source
pub const fn scramble(bytes: [u8; 3]) -> [u8; 3]
Expand description

Scramble 3 bytes of slow data using the D-STAR XOR key.

scramble(descramble(b)) == b for any input, since XOR is symmetric.