[][src]Function storage_proofs::crypto::xor::decode

pub fn decode(key: &[u8], ciphertext: &[u8]) -> Result<Vec<u8>>

Decodes ciphertext by elementwise xoring with the passed in key.