pkcs5 0.1.0

Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #5: Password-Based Cryptography Specification Version 2.1 (RFC 8018)
Documentation
[dependencies.der]
features = ["oid"]
version = "0.2.7"

[dependencies.spki]
version = "0.2"
[dev-dependencies.hex-literal]
version = "0.3"

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "data-structures", "encoding", "no-std"]
description = "Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #5:\nPassword-Based Cryptography Specification Version 2.1 (RFC 8018)\n"
edition = "2018"
keywords = ["crypto", "key", "pkcs", "password"]
license = "Apache-2.0 OR MIT"
name = "pkcs5"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils/tree/master/pkcs5"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]