Module gcm

Module gcm 

Source
Expand description

AES-256-GCM.

Modules§

decrypt
Module of decrypt.
encrypt
Module of encrypt.
support
Module of support.
tag_length
Module of tag_length.

Enums§

Support
Bit-shift for the supported bit-flags.

Functions§

decryptNon-native
Decrypts and authenticates a cipher text with associated data given a key and IV.
encryptNon-native
Encrypts and authenticates a clear text with associated data given a key and IV.
supportNon-native
Describes how AES-256-GCM is supported.
tag_lengthNon-native
Returns the supported tag length.