Crate idea[][src]

An implementation of the IDEA block cipher.

Re-exports

pub use cipher;

Structs

Idea

The International Data Encryption Algorithm (IDEA) block cipher.

Traits

BlockCipher

Trait which marks a type as being a block cipher.

BlockDecrypt

Decrypt-only functionality for block ciphers.

BlockEncrypt

Encrypt-only functionality for block ciphers.

NewBlockCipher

Instantiate a BlockCipher algorithm.