Module aes_gcm

Source

Constantsยง

AES_128_GCM
AES-128 in GCM mode with 128-bit tags and 96 bit nonces.
AES_128_GCM_SIV
AES-128 in GCM mode with nonce reuse resistance, 128-bit tags and 96 bit nonces.
AES_192_GCM
AES-192 in GCM mode with 128-bit tags and 96 bit nonces.
AES_256_GCM
AES-256 in GCM mode with 128-bit tags and 96 bit nonces.
AES_256_GCM_SIV
AES-256 in GCM mode with nonce reuse resistance, 128-bit tags and 96 bit nonces.

Functionsยง

init_128_aead ๐Ÿ”’
init_128_aead_siv ๐Ÿ”’
init_192_aead ๐Ÿ”’
init_256_aead ๐Ÿ”’
init_256_aead_siv ๐Ÿ”’