[][src]Trait crypto::symmetriccipher::BlockEncryptorX8

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

Required methods

fn block_size(&self) -> usize

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

Loading content...

Implementors

impl BlockEncryptorX8 for AesSafe128EncryptorX8[src]

impl BlockEncryptorX8 for AesSafe192EncryptorX8[src]

impl BlockEncryptorX8 for AesSafe256EncryptorX8[src]

Loading content...