ordinal_crypto 0.4.2

The cryptography library for the Ordinal Platform 🔐
Documentation
[[bench]]
harness = false
name = "lib"
[dependencies.base64]
version = "0.21.2"

[dependencies.blake3]
version = "0.1.3"

[dependencies.chacha20]
version = "0.9.1"

[dependencies.chacha20poly1305]
features = ["reduced-round"]
version = "0.10.1"

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

[dependencies.rand_core]
version = "0.6.4"

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

[package]
authors = ["sean watters <sean@watters.io>"]
description = "The cryptography library for the Ordinal Platform 🔐"
edition = "2021"
homepage = "https://github.com/ordinarylabs"
license = "AGPL-3.0-only"
name = "ordinal_crypto"
readme = "README.md"
repository = "https://github.com/ordinarylabs/ordinal-crypto"
version = "0.4.2"