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

Module aes128gcm

Module aes128gcm 

Source

Re-exports§

pub use crate::aes128::Aes128Key;

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§

Aes128Gcm
Aes128GcmNonce
Aes128GcmTag