bc-crypto 0.3.2

Gordian Envelope for Rust.
Documentation
[dependencies.bc-rand]
version = "0.1"

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.crc32fast]
version = "1.3.2"

[dependencies.hkdf]
version = "0.12.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.pbkdf2]
version = "0.12.1"

[dependencies.secp256k1]
version = "0.27.0"

[dependencies.sha2]
version = "0.10.6"

[dependencies.thiserror]
version = "1.0.48"

[dependencies.x25519-dalek]
features = ["static_secrets"]
version = "2.0.0-rc.2"
[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.hex-literal]
version = "0.4.1"

[dev-dependencies.version-sync]
version = "0.9"

[package]
authors = ["Blockchain Commons"]
categories = ["cryptography"]
description = "Gordian Envelope for Rust."
documentation = "https://docs.rs/bc-crypto"
edition = "2021"
keywords = ["cryptography"]
license = "BSD-2-Clause-Patent"
name = "bc-crypto"
readme = "README.md"
repository = "https://github.com/BlockchainCommons/bc-crypto-rust"
version = "0.3.2"