Type Definition mc_oblivious_aes_gcm::Aes128Gcm

source ·
pub type Aes128Gcm = AesGcm<Aes128, U12>;
Available on crate feature aes only.
Expand description

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