Crate lioness

Source
Expand description

Lioness wide block cipher

Re-exports§

pub use error::LionessError;
pub use util::xor;
pub use util::xor_assign;

Modules§

error
Error reporting for Lioness wide block cipher.
util

Structs§

Lioness
Lioness implemented generically over a Digest and StreamCipher

Constants§

DIGEST_KEY_SIZE
DIGEST_RESULT_SIZE
RAW_KEY_SIZE
STREAM_CIPHER_KEY_SIZE

Traits§

DigestLioness
Adapt a given crypto::digest::Digest to Lioness.
StreamCipherLioness
Adapt a given crypto::symmetriccipher::KeyStream to lioness.

Type Aliases§

LionessDefault