Constant AES_128_GCM
pub const AES_128_GCM: Algorithm;Available on crate feature
crypto only.Expand description
AES-128 in GCM mode with 128-bit tags and 96 bit nonces.
pub const AES_128_GCM: Algorithm;crypto only.AES-128 in GCM mode with 128-bit tags and 96 bit nonces.