purecrypto 0.5.0

A pure-Rust cryptography toolkit with no foreign-code dependencies, from constant-time primitives up to keys, X.509 and TLS.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "compcol"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca5568f98c70904bbac4def24af15f610f6e31e6dd210c70d00bce4aa9596a95"

[[package]]
name = "purecrypto"
version = "0.5.0"
dependencies = [
 "compcol",
]