18 releases

0.9.2 Sep 30, 2022
0.9.1 Feb 17, 2022
0.8.0 Jul 8, 2021
0.7.0-pre.3 Dec 30, 2020
0.1.0 Jul 30, 2018

#1415 in Cryptography

Download history 383409/week @ 2023-12-12 323083/week @ 2023-12-19 177806/week @ 2023-12-26 330028/week @ 2024-01-02 366562/week @ 2024-01-09 413357/week @ 2024-01-16 418000/week @ 2024-01-23 421624/week @ 2024-01-30 414450/week @ 2024-02-06 436668/week @ 2024-02-13 464079/week @ 2024-02-20 429490/week @ 2024-02-27 434015/week @ 2024-03-05 432480/week @ 2024-03-12 456617/week @ 2024-03-19 343204/week @ 2024-03-26

1,740,457 downloads per month
Used in 2,192 crates (95 directly)

MIT/Apache

28KB
658 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

~370KB