Trait crypto::symmetriccipher::BlockDecryptor[][src]

pub trait BlockDecryptor {
    fn block_size(&self) -> usize;
fn decrypt_block(&self, input: &[u8], output: &mut [u8]); }

Required Methods

Implementors