storage_proofs::crypto::xor
pub fn decode(key: &[u8], ciphertext: &[u8]) -> Result<Vec<u8>>
Decodes ciphertext by elementwise xoring with the passed in key.