#crypto #block-mode #ciphers

no-std cbc

Cipher Block Chaining (CBC) block cipher mode of operation

4 releases

0.1.2 Mar 24, 2022
0.1.1 Feb 17, 2022
0.1.0 Feb 10, 2022
0.0.0 Apr 10, 2021

#1377 in Cryptography

Download history 110805/week @ 2023-11-03 116505/week @ 2023-11-10 109626/week @ 2023-11-17 99359/week @ 2023-11-24 109312/week @ 2023-12-01 110231/week @ 2023-12-08 100433/week @ 2023-12-15 53891/week @ 2023-12-22 85414/week @ 2023-12-29 124422/week @ 2024-01-05 125294/week @ 2024-01-12 144326/week @ 2024-01-19 158602/week @ 2024-01-26 137684/week @ 2024-02-02 152489/week @ 2024-02-09 111234/week @ 2024-02-16

585,046 downloads per month
Used in 387 crates (104 directly)

MIT/Apache

24KB
354 lines

RustCrypto: CBC

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

Generic implementation of the Cipher Block Chaining (CBC) 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