Expand description
Lioness wide block cipher
Re-exports§
pub use error::LionessError;
pub use util::xor;
pub use util::xor_assign;
Modules§
Structs§
- Lioness
- Lioness implemented generically over a Digest and StreamCipher
Constants§
Traits§
- Digest
Lioness - Adapt a given
crypto::digest::Digest
to Lioness. - Stream
Cipher Lioness - Adapt a given
crypto::symmetriccipher::KeyStream
to lioness.