Expand description
Pure Rust implementation of the idea algorithm.
Re-exports§
pub use cipher;
Structs§
- The International Data Encryption Algorithm (IDEA) block cipher.
Functions§
- use decrypt() to decrypt encrypted data
- use decrypt_file() to decrypt file
- use display_decrypt() to print decrypted code
- use encrypt() to encrypt data,the password key length must be equal to 16
- use encrypt_file() to encrypt file