Crates.io | cast6 |
lib.rs | cast6 |
version | 0.1.0 |
source | src |
created_at | 2016-12-15 15:28:19.7106 |
updated_at | 2023-11-22 14:40:21.513338 |
description | CAST6 block cipher |
homepage | |
repository | https://github.com/RustCrypto/block-ciphers |
max_upload_size | |
id | 7597 |
size | 44,329 |
Pure Rust implementation of the CAST6 block cipher.
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!
Rust 1.56 or higher.
Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.
Licensed under either of:
at your option.
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.