2 unstable releases

0.1.0 Sep 26, 2022
0.0.0 Dec 15, 2016

#2370 in Cryptography

Download history 9370/week @ 2023-11-23 8240/week @ 2023-11-30 8787/week @ 2023-12-07 7694/week @ 2023-12-14 4358/week @ 2023-12-21 5650/week @ 2023-12-28 7583/week @ 2024-01-04 7999/week @ 2024-01-11 11265/week @ 2024-01-18 10640/week @ 2024-01-25 10929/week @ 2024-02-01 13974/week @ 2024-02-08 13764/week @ 2024-02-15 13398/week @ 2024-02-22 16011/week @ 2024-02-29 11292/week @ 2024-03-07

57,232 downloads per month
Used in 48 crates (4 directly)

MIT/Apache

90KB
364 lines

RustCrypto: Camellia Cipher

crate Docs Apache2/MIT licensed Rust Version Project Chat Build Status HAZMAT

Pure Rust implementation of the Camellia block cipher.

Documentation

⚠️ 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!

Minimum Supported Rust Version

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.

SemVer Policy

  • All on-by-default features of this library are covered by SemVer
  • MSRV is considered exempt from SemVer as noted above

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

~485KB
~11K SLoC