Type Alias LionessBlake3ChaCha20
pub type LionessBlake3ChaCha20<B> = Lioness<Hasher, StreamCipherCoreWrapper<ChaChaCore<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>>>, B>;Expand description
Type-alias for Lioness wide-block cipher instantiated using Blake3 cryptographic hash function and ChaCha20 stream cipher.
Aliased Typeยง
pub struct LionessBlake3ChaCha20<B> { /* private fields */ }