[][src]Crate camellia_rs

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.

CamelliaCipher

A structure representing cipher.

InvalidKeyLength