[−][src]Crate rust_lioness
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 |
Constants
| DIGEST_KEY_SIZE | |
| DIGEST_RESULT_SIZE | |
| IV_SIZE | |
| RAW_KEY_SIZE | |
| STREAM_CIPHER_KEY_SIZE |
Functions
| decrypt | decrypt a block |
| encrypt | encrypt a block |