[][src]Crate idea

An implementation of the IDEA block cipher.

Re-exports

pub extern crate block_cipher_trait;

Structs

Idea

Traits

BlockCipher

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