[][src]Crate ring_aead

aead::Aead trait wrappers for the high-performance implementations of AES-GCM and ChaCha20Poly1305 from the ring crate.

Re-exports

pub use aead;

Structs

Aes128Gcm

AES-GCM with a 128-bit key

Aes256Gcm

AES-GCM with a 256-bit key

ChaCha20Poly1305

ChaCha20Poly1305

Type Definitions

Tag

Authentication tags