Trait xor_utils::Xor [] [src]

pub trait Xor {
    fn xor(&mut self, key_bytes: &Vec<u8>) -> Vec<u8>;
}

Required Methods

Creates xor encrypted copy of data using the provided key.

Implementors