Function crypto::aes::cbc_decryptor[][src]

pub fn cbc_decryptor<X: PaddingProcessor + Send + 'static>(
    key_size: KeySize,
    key: &[u8],
    iv: &[u8],
    padding: X
) -> Box<Decryptor + 'static>

Get the best implementation of a CbcDecryptor