#block-cipher #cipher #crypto #block-mode

no-std pcbc

Propagating Cipher Block Chaining (PCBC) 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

#2482 in Cryptography

Download history 71/week @ 2023-12-19 43/week @ 2023-12-26 91/week @ 2024-01-02 71/week @ 2024-01-09 61/week @ 2024-01-16 122/week @ 2024-01-23 125/week @ 2024-01-30 126/week @ 2024-02-06 140/week @ 2024-02-13 132/week @ 2024-02-20 202/week @ 2024-02-27 231/week @ 2024-03-05 133/week @ 2024-03-12 72/week @ 2024-03-19 100/week @ 2024-03-26 64/week @ 2024-04-02

411 downloads per month

MIT/Apache

17KB
345 lines

RustCrypto: PCBC

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

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