Function crypto::aes::cbc_decryptor
source · [−]pub fn cbc_decryptor<X: PaddingProcessor + Send + 'static>(
key_size: KeySize,
key: &[u8],
iv: &[u8],
padding: X
) -> Box<dyn Decryptor + 'static>
Expand description
Get the best implementation of a CbcDecryptor