block-padding 0.4.0

Padding and unpadding of messages divided into blocks.
Documentation
[dependencies.hybrid-array]
version = "0.4.3"

[lib]
name = "block_padding"
path = "src/lib.rs"

[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "Padding and unpadding of messages divided into blocks."
documentation = "https://docs.rs/block-padding"
edition = "2024"
keywords = ["padding", "pkcs7", "ansix923", "iso7816"]
license = "MIT OR Apache-2.0"
name = "block-padding"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils"
rust-version = "1.85"
version = "0.4.0"