21 releases

0.10.0-pre.2 Aug 14, 2024
0.10.0-pre.1 Jul 27, 2024
0.9.2 Sep 30, 2022
0.9.1 Feb 17, 2022
0.1.0 Jul 30, 2018

#1323 in Cryptography

Download history 439880/week @ 2024-07-18 455267/week @ 2024-07-25 443615/week @ 2024-08-01 496417/week @ 2024-08-08 455078/week @ 2024-08-15 470446/week @ 2024-08-22 461119/week @ 2024-08-29 482603/week @ 2024-09-05 452006/week @ 2024-09-12 449132/week @ 2024-09-19 484264/week @ 2024-09-26 508940/week @ 2024-10-03 480736/week @ 2024-10-10 529171/week @ 2024-10-17 516543/week @ 2024-10-24 479042/week @ 2024-10-31

2,103,747 downloads per month
Used in 2,803 crates (118 directly)

MIT/Apache

29KB
683 lines

RustCrypto: CTR

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

Generic implementation of the Counter (CTR) block cipher mode of operation.

See documentation of the cipher crate for additional information.

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

~325–495KB
~11K SLoC