Module algorithm

Source

Re-exports§

pub use chacha20::ChaCha20;
pub use poly1305::Poly1305;
pub use poly1305::SignedEnvelope;

Modules§

chacha20
Module for the ChaCha20 stream cipher algorithm.
poly1305
Module for the Poly1305 message authentication code (MAC) algorithm.

Traits§

AEADAlgorithm
AlgorithmKeyIVInit
AlgorithmKeyInit
AlgorithmProcess
AlgorithmProcessInPlace
EncryptionAlgorithm