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§
- decrypt⚠
Non- native - Decrypts and authenticates a cipher text with associated data given a key and IV.
- encrypt⚠
Non- native - Encrypts and authenticates a clear text with associated data given a key and IV.
- support⚠
Non- native - Describes how AES-256-GCM is supported.
- tag_
length ⚠Non- native - Returns the supported tag length.