Module lioness

Module lioness 

Source
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 a StreamCipher.

Type Aliases§

LionessBlake3ChaCha20
Type-alias for Lioness wide-block cipher instantiated using Blake3 cryptographic hash function and ChaCha20 stream cipher.