19 unstable releases

new 0.10.0-pre.0 Jul 26, 2024
0.9.2 Sep 30, 2022
0.9.1 Feb 17, 2022
0.8.0 Jul 8, 2021
0.1.0 Jul 30, 2018

#1397 in Cryptography

Download history 473116/week @ 2024-04-05 452961/week @ 2024-04-12 475868/week @ 2024-04-19 421265/week @ 2024-04-26 410691/week @ 2024-05-03 443830/week @ 2024-05-10 448737/week @ 2024-05-17 428825/week @ 2024-05-24 444136/week @ 2024-05-31 430134/week @ 2024-06-07 429847/week @ 2024-06-14 444834/week @ 2024-06-21 407396/week @ 2024-06-28 403597/week @ 2024-07-05 423842/week @ 2024-07-12 363299/week @ 2024-07-19

1,678,239 downloads per month
Used in 2,457 crates (105 directly)

MIT/Apache

29KB
685 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

~315–475KB
~11K SLoC