8 breaking releases
Uses new Rust 2024
| new 0.8.0-rc.0 | Jan 3, 2026 |
|---|---|
| 0.7.1 | Feb 17, 2022 |
| 0.6.0 | Apr 29, 2021 |
| 0.5.0 | Oct 16, 2020 |
| 0.0.0 | Dec 15, 2016 |
#2982 in Cryptography
157,966 downloads per month
Used in 140 crates
(18 directly)
19KB
376 lines
RustCrypto: Twofish Cipher
Pure Rust implementation of the Twofish 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
~690KB
~18K SLoC