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
- decrypt_
file - use decrypt_file() to decrypt file
- display_
decrypt - use display_decrypt() to print decrypted code
- encrypt
- use encrypt() to encrypt data,the password key length must be equal to 16
- encrypt_
file - use encrypt_file() to encrypt file
- encrypt_
not_ any_ key - make_
key_ length_ any