pub type AesGcmNonce = Array<u8, U12>;
Available on crate feature
aes-gcm
only.Expand description
Nonce for aes128-gcm@openssh.com
/aes256-gcm@openssh.com
.
Aliased Type§
#[repr(transparent)]pub struct AesGcmNonce(pub [u8; 12]);
Tuple Fields§
§0: [u8; 12]