Crate idea_algorithm

Source
Expand description

Pure Rust implementation of the idea algorithm.

Re-exports§

pub use cipher;

Structs§

Idea
The International Data Encryption Algorithm (IDEA) block cipher.

Functions§

decrypt
use decrypt() to decrypt encrypted data
display_decrypt
use display_decrypt() to print decrypted code
encrypt
use encrypt() to encrypt data,the password key length must be equal to 16