tx-padding 0.1.2

A block padding scheme with prepended random bytes and trailing zeros
Documentation
[dependencies.block-padding]
version = "0.2"

[dependencies.rand]
default-features = false
features = ["getrandom"]
version = "0.7"

[dependencies.typenum]
default-features = false
version = "1.12"

[features]
thread_rng = []

[package]
authors = ["Youmu"]
categories = ["cryptography", "no-std"]
description = "A block padding scheme with prepended random bytes and trailing zeros"
documentation = "https://docs.rs/tx-padding"
edition = "2018"
exclude = [".github/**", ".gitignore"]
keywords = ["crypto", "padding"]
license = "MIT OR Apache-2.0"
name = "tx-padding"
readme = "README.md"
repository = "https://github.com/johnmave126/tx-padding"
version = "0.1.2"