11 releases (7 breaking)
Uses new Rust 2024
| 0.12.0 | Apr 10, 2026 |
|---|---|
| 0.12.0-rc.1 | Feb 1, 2026 |
| 0.12.0-rc.0 | Jan 3, 2026 |
| 0.11.1 | Feb 17, 2022 |
| 0.0.0 | Dec 15, 2016 |
#2939 in Cryptography
289,612 downloads per month
Used in 126 crates
(9 directly)
45KB
665 lines
RustCrypto: CAST5 Cipher
Pure Rust implementation of the CAST5 block cipher.
⚠️ Security Warning: Hazmat!
This crate does not ensure ciphertexts are authentic (i.e. by using a MAC to verify ciphertext integrity), which can lead to serious vulnerabilities if used incorrectly!
No security audits of this crate have ever been performed, and it has not been thoroughly assessed to ensure its operation is constant-time on common CPU architectures.
USE AT YOUR OWN RISK!
License
Licensed under either of:
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~680KB
~17K SLoC