#block-cipher-mode

no-std pcbc

Propagating Cipher Block Chaining (PCBC) block cipher mode of operation

7 releases

Uses new Rust 2024

0.2.0-rc.2 Nov 5, 2025
0.2.0-rc.1 Sep 3, 2025
0.2.0-rc.0 May 30, 2025
0.1.2 Mar 24, 2022
0.0.0 Apr 10, 2021

#2994 in Cryptography

Download history 135/week @ 2025-09-19 170/week @ 2025-09-26 156/week @ 2025-10-03 137/week @ 2025-10-10 174/week @ 2025-10-17 147/week @ 2025-10-24 205/week @ 2025-10-31 160/week @ 2025-11-07 114/week @ 2025-11-14 141/week @ 2025-11-21 136/week @ 2025-11-28 145/week @ 2025-12-05 171/week @ 2025-12-12 120/week @ 2025-12-19 23/week @ 2025-12-26 120/week @ 2026-01-02

480 downloads per month

MIT/Apache

18KB
343 lines

RustCrypto: PCBC

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

Generic implementation of the Propagating Cipher Block Chaining (PCBC) block cipher mode of operation.

See documentation of the cipher crate for additional information.

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

~695KB
~18K SLoC