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