Function cyclic_xor

Source
fn cyclic_xor(drb: [u8; 32], public_key: Vec<u8>) -> Vec<u8> 
Expand description

Calculate xor(drb.cycle(), public_key), returning the result as a vector of bytes