#crypto #block-mode #stream-cipher #ciphers

no-std ctr

CTR block modes of operation

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

#731 in Cryptography

Download history 233555/week @ 2022-11-27 226825/week @ 2022-12-04 215630/week @ 2022-12-11 198694/week @ 2022-12-18 113572/week @ 2022-12-25 179459/week @ 2023-01-01 239021/week @ 2023-01-08 231122/week @ 2023-01-15 253966/week @ 2023-01-22 258522/week @ 2023-01-29 249879/week @ 2023-02-05 267597/week @ 2023-02-12 261726/week @ 2023-02-19 273851/week @ 2023-02-26 280197/week @ 2023-03-05 296865/week @ 2023-03-12

1,131,252 downloads per month
Used in 1,205 crates (61 directly)

MIT/Apache

27KB
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

~330KB