Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Module aes256gcm

Module aes256gcm 

Source

Re-exports§

pub use crate::aes256::Aes256Key;

Structs§

Payload
AEAD payloads (message + AAD).

Traits§

Aead
Authenticated Encryption with Associated Data (AEAD) algorithm.
AeadInPlace
In-place stateless AEAD trait.
KeyInit
Types which can be initialized from key.

Functions§

new_nonce

Type Aliases§

Aes256Gcm
Aes256GcmN16
Aes256GcmNonce
Aes256GcmNonce16
Aes256GcmTag