Function encryption::io::create_aes_ctr_crypter[][src]

pub fn create_aes_ctr_crypter(
    method: EncryptionMethod,
    key: &[u8],
    mode: Mode,
    iv: Iv
) -> Result<(OCipher, OCrypter)>