Expand description
Rust implementation of Camellia cipher.
§Safety
Unsafe codes are only used in Block.index() and index_mut().
Structs§
- Block
- A structure containing 16 bytes of data in big-endian format.
- Camellia
Cipher - A structure representing cipher.
- Invalid
KeyLength