Skip to main content

Module xchacha20poly1305_ietf

Module xchacha20poly1305_ietf 

Source
Expand description

Algorithm-specific aliases for XChaCha20-Poly1305-IETF.

Re-exports§

pub use super::protected;protected and (Unix or Windows)
pub use super::AeadAlgorithm;
pub use super::AeadBox;
pub use super::AeadEnvelope;
pub use super::XChaCha20Poly1305Ietf;

Type Aliases§

DryocAead
XChaCha20-Poly1305-IETF AEAD box.
DryocAeadEnvelope
XChaCha20-Poly1305-IETF AEAD envelope with stored nonce.
Key
Stack-allocated secret key.
Mac
Stack-allocated authentication tag.
Nonce
Stack-allocated public nonce.
VecBox
Vec-based XChaCha20-Poly1305-IETF AEAD box.
VecEnvelope
Vec-based XChaCha20-Poly1305-IETF AEAD envelope.