pub type Aes128Gcm = AesGcm<Aes128, U12>;
aes
AES-GCM with a 128-bit key and 96-bit nonce.
struct Aes128Gcm { /* private fields */ }