Aes128Gcm

Type Alias Aes128Gcm 

Source
pub type Aes128Gcm = AesGcm<Aes128, U12>;
Expand description

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

Aliased Typeยง

pub struct Aes128Gcm { /* private fields */ }