20 releases
Uses new Rust 2024
| 0.4.2 | Nov 26, 2025 |
|---|---|
| 0.4.0-rc.4 | Sep 2, 2025 |
| 0.4.0-rc.3 | Feb 22, 2025 |
| 0.4.0-rc.2 | Oct 21, 2024 |
| 0.1.0 | Feb 20, 2018 |
#2692 in Cryptography
3,844,692 downloads per month
Used in 4,212 crates
(39 directly)
17KB
247 lines
RustCrypto: Block Padding
Padding and unpadding of messages divided into blocks.
This crate provides the Padding trait with padding and unpadding methods.
Additionally, several common padding schemes are available out of the box.
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
~530KB
~15K SLoC