pub type Aes256GcmSiv = AesGcmSiv<Aes256>;
AES-GCM-SIV with a 256-bit key.
struct Aes256GcmSiv { /* private fields */ }