ordinal_crypto 0.1.2

The cryptography library for the Ordinal Protocol
Documentation
[[bench]]
harness = false
name = "lib"
[dependencies.aes]
version = "0.8.3"

[dependencies.base64]
version = "0.21.2"

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.ed25519-dalek]
features = ["rand_core"]
version = "2.0.0-rc.3"

[dependencies.rand_core]
version = "0.6.4"

[dependencies.sha2]
version = "0.10.7"

[dependencies.x25519-dalek]
features = ["static_secrets"]
version = "2.0.0-rc.3"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4"

[dev-dependencies.lazy_static]
version = "1.4.0"

[package]
authors = ["sean watters sean@watters.io"]
description = "The cryptography library for the Ordinal Protocol"
edition = "2021"
homepage = "https://github.com/ordinarylabs"
license-file = "LICENSE"
name = "ordinal_crypto"
readme = "README.md"
repository = "https://github.com/ordinarylabs/ordinal-crypto"
version = "0.1.2"