13 releases (7 breaking)

0.8.2 Sep 13, 2022
0.8.1 Feb 17, 2022
0.7.1 Apr 30, 2021
0.6.0 Oct 16, 2020
0.3.1 Nov 1, 2018

#2257 in Cryptography

Download history 14480/week @ 2023-12-17 7287/week @ 2023-12-24 16768/week @ 2023-12-31 20169/week @ 2024-01-07 21017/week @ 2024-01-14 23261/week @ 2024-01-21 19833/week @ 2024-01-28 18219/week @ 2024-02-04 18942/week @ 2024-02-11 18054/week @ 2024-02-18 20293/week @ 2024-02-25 28981/week @ 2024-03-03 27445/week @ 2024-03-10 24158/week @ 2024-03-17 22721/week @ 2024-03-24 20316/week @ 2024-03-31

96,898 downloads per month
Used in 87 crates (16 directly)

MIT/Apache

26KB
561 lines

RustCrypto: CFB

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

Generic implementation of the Cipher Feedback (CFB) 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