logo

Type Definition aes_gcm::Aes256Gcm

source · []
pub type Aes256Gcm = AesGcm<Aes256, U12>;
Available on crate feature aes only.
Expand description

AES-GCM with a 256-bit key and 96-bit nonce.