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