mundane 0.5.0

Cryptography which is easy to use and hard to misuse
[build-dependencies.goblin]
version = "0.0.24"

[features]
bytes = []
default = ["rsa-test-generate-large-keys"]
experimental-sha512-ec = []
insecure = []
kdf = []
rsa-pkcs1v15 = []
rsa-test-generate-large-keys = []
run-symbol-conflict-test = []

[package]
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
build = "build/main.rs"
categories = ["cryptography"]
description = "Cryptography which is easy to use and hard to misuse"
exclude = ["boringssl/boringssl/fuzz/*", "boringssl/boringssl/third_party/wycheproof_testvectors/*", "boringssl/boringssl/crypto/fipsmodule/*/*_tests.txt", "boringssl/boringssl/crypto/cipher_extra/test/*"]
keywords = ["boringssl"]
license-file = "LICENSE"
name = "mundane"
readme = "README.md"
repository = "https://fuchsia.googlesource.com/mundane"
version = "0.5.0"
[package.metadata.docs.rs]
features = ["bytes", "insecure", "kdf", "rsa-pkcs1v15"]