[dependencies.hybrid-array]
version = "=0.2.0-pre.8"
[features]
std = []
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Padding and unpadding of messages divided into blocks."
documentation = "https://docs.rs/block-padding"
edition = "2021"
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.65"
version = "0.4.0-pre.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]