winter-crypto 0.4.2

Cryptographic library for the Winterfell STARK prover/verifier
Documentation
[[bench]]
harness = false
name = "hash"

[[bench]]
harness = false
name = "merkle"
required-features = ["concurrent"]
[dependencies.blake3]
default-features = false
version = "1.0"

[dependencies.math]
default-features = false
package = "winter-math"
version = "0.4.2"

[dependencies.sha3]
default-features = false
version = "0.10"

[dependencies.utils]
default-features = false
package = "winter-utils"
version = "0.4.2"
[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.proptest]
version = "1.0"

[dev-dependencies.rand-utils]
package = "winter-rand-utils"
version = "0.4.2"

[features]
concurrent = ["utils/concurrent", "std"]
default = ["std"]
std = ["blake3/std", "math/std", "sha3/std", "utils/std"]

[lib]
bench = false

[package]
authors = ["winterfell contributors"]
categories = ["cryptography", "no-std"]
description = "Cryptographic library for the Winterfell STARK prover/verifier"
documentation = "https://docs.rs/winter-crypto/0.4.2"
edition = "2021"
keywords = ["crypto", "merkle-tree", "hash"]
license = "MIT"
name = "winter-crypto"
readme = "README.md"
repository = "https://github.com/novifinancial/winterfell"
resolver = "1"
rust-version = "1.60"
version = "0.4.2"