Expand description
Algorithm-specific aliases for XChaCha20-Poly1305-IETF.
Re-exports§
pub use super::protected;protectedand (Unix or Windows)pub use super::AeadAlgorithm;pub use super::AeadBox;pub use super::AeadEnvelope;pub use super::XChaCha20Poly1305Ietf;
Type Aliases§
- Dryoc
Aead - XChaCha20-Poly1305-IETF AEAD box.
- Dryoc
Aead Envelope - 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.