[dependencies.keccak-const]
version = "0.2.0"
[dependencies.sha2-const-stable]
version = "0.1.0"
[dev-dependencies.bs58]
version = "0.5.1"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.curve25519-dalek]
version = "4.1.2"
[dev-dependencies.rand]
version = "0.8.5"
[package]
authors = ["Cavey Cool <caveycool@gmail.com>", "Magnetar Fields <0xMAGNETAR@proton.me>"]
description = "A `#[no_std]` library for `const` sha2/sha3 hashing, ed25519 off-curve point evaluation, and bs58 decoding/encoding with minimal dependencies."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "const-crypto"
readme = "README.md"
repository = "https://github.com/cavemanloverboy/const-crypto"
version = "0.2.0"