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

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

Required methods

fn block_size(&self) -> usize

fn decrypt_block(&self, input: &[u8], output: &mut [u8])

Loading content...

Implementors

impl BlockDecryptor for AesNiDecryptor[src]

impl BlockDecryptor for AesSafe128Decryptor[src]

impl BlockDecryptor for AesSafe192Decryptor[src]

impl BlockDecryptor for AesSafe256Decryptor[src]

impl BlockDecryptor for Blowfish[src]

Loading content...