Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Aes256Gcm

Type Alias Aes256Gcm 

Source
pub type Aes256Gcm = AesGcm<Aes256, U12>;
Expand description

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

Aliased Typeยง

pub struct Aes256Gcm { /* private fields */ }