Expand description
This module implements a generic Lioness wide-block cipher.
It is based on the Lioness wide-block cipher as proposed by Ross Anderson and Eli Biham.
Structs§
- Lioness
- Implementation of Lioness wide-block cipher over a keyed
Digest
and aStreamCipher
.
Type Aliases§
- Lioness
Blake3 ChaCha20 - Type-alias for Lioness wide-block cipher instantiated using Blake3 cryptographic hash function and ChaCha20 stream cipher.