Trait Xorable
fxa_client::util
pub trait Xorable { fn xored_with(&self, other: &[u8]) -> Result<Vec<u8>>; }
fn xored_with(&self, other: &[u8]) -> Result<Vec<u8>>
impl Xorable for [u8]