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