Trait btlib::crypto::Encrypter

source ·
pub trait Encrypter {
    // Required method
    fn encrypt(&self, slice: &[u8]) -> Result<Vec<u8>>;
}

Required Methods§

source

fn encrypt(&self, slice: &[u8]) -> Result<Vec<u8>>

Implementors§