[−][src]Trait crypto::symmetriccipher::BlockEncryptor
Required Methods
fn block_size(&self) -> usize
fn encrypt_block(&self, input: &[u8], output: &mut [u8])
Implementors
impl BlockEncryptor for AesNiEncryptor[src]
impl BlockEncryptor for AesNiEncryptorimpl BlockEncryptor for AesSafe128Encryptor[src]
impl BlockEncryptor for AesSafe128Encryptorimpl BlockEncryptor for AesSafe192Encryptor[src]
impl BlockEncryptor for AesSafe192Encryptorimpl BlockEncryptor for AesSafe256Encryptor[src]
impl BlockEncryptor for AesSafe256Encryptorimpl BlockEncryptor for Blowfish[src]
impl BlockEncryptor for Blowfish