Trait cyphres::xor::XorCypherExt

source ·
pub trait XorCypherExt {
    // Required method
    fn xor_encrypt(self, key: &u8) -> RawPayload;
}

Required Methods§

source

fn xor_encrypt(self, key: &u8) -> RawPayload

Implementors§