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