pub enum Key {
Key16([u8; 16]),
Key32([u8; 32]),
}
Available on crate feature
unstable
only.Expand description
Represents the various key sizes allowed for AES encryption and decryption.
pub enum Key {
Key16([u8; 16]),
Key32([u8; 32]),
}
unstable
only.Represents the various key sizes allowed for AES encryption and decryption.