mundane 0.2.1

Cryptography which is easy to use and hard to misuse
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
insecure = []
kdf = []
rand-bytes = []

[package]
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
categories = ["cryptography"]
description = "Cryptography which is easy to use and hard to misuse"
documentation = "https://joshlf.com/rustdoc/mundane"
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://mundane.googlesource.com/mundane"
version = "0.2.1"