Skip to main content

AesDecryptor

Type Alias AesDecryptor 

Source
pub type AesDecryptor = Decryptor<Aes>;
Available on (crate features aes or tdes) and crate feature aes only.
Expand description

Decryptor for the Advanced Encryption Standard (AES).

Aliased Typeยง

pub struct AesDecryptor { /* private fields */ }