purecrypto 0.6.2

A pure-Rust cryptography toolkit with no foreign-code dependencies, from constant-time primitives up to keys, X.509 and TLS.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cacrt"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f56699fd0a658f596bf3b26d5396db60ae8b6aaa9e949d059a0bda1bc081d3"

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

[[package]]
name = "purecrypto"
version = "0.6.2"
dependencies = [
 "cacrt",
 "compcol",
]