[][src]Trait fxa_client::util::Xorable

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

Required methods

fn xored_with(&self, other: &[u8]) -> Result<Vec<u8>>

Loading content...

Implementations on Foreign Types

impl Xorable for [u8][src]

Loading content...

Implementors

Loading content...