[][src]Crate idea

An implementation of the IDEA block cipher.

Re-exports

pub use block_cipher;

Structs

Idea

The International Data Encryption Algorithm (IDEA) block cipher.

Traits

BlockCipher

The trait which defines in-place encryption and decryption over single block or several blocks in parallel.

NewBlockCipher

Instantiate a BlockCipher algorithm.