Crate lioness_rs

Source

Re-exports§

pub use cipher;

Structs§

GenericArray
Struct representing a generic array - GenericArray<T, N> works like [T; N]
InvalidBlockLength
Lioness

Traits§

BlockCipher
Trait which marks a type as being a block cipher.
NewBlockCipher
Instantiate a BlockCipher algorithm.