pub type Aes256Gcm = AesGcm<Aes256, U12>;
AES-GCM with a 256-bit key and 96-bit nonce.
struct Aes256Gcm { /* private fields */ }