block-padding 0.1.2

Padding and unpadding of messages divided into blocks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "block-padding"
version = "0.1.2"
authors = ["RustCrypto Developers"]
license = "MIT/Apache-2.0"
description = "Padding and unpadding of messages divided into blocks."
documentation = "https://docs.rs/block-padding"
repository = "https://github.com/RustCrypto/utils"
keywords = ["padding", "pkcs7", "ansix923", "iso7816"]
categories = ["cryptography", "no-std"]

[dependencies]
byte-tools = "0.3"

[badges]
travis-ci = { repository = "RustCrypto/utils" }