Type Alias muddy::ChaCha20Poly1305

source ·
pub type ChaCha20Poly1305 = ChaChaPoly1305<StreamCipherCoreWrapper<ChaChaCore<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>>>>;
Expand description

ChaCha20Poly1305 Authenticated Encryption with Additional Data (AEAD).

Aliased Type§

struct ChaCha20Poly1305 { /* private fields */ }