winter-crypto 0.13.1

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

[[bench]]
harness = false
name = "merkle"
path = "benches/merkle.rs"
required-features = ["concurrent"]

[dependencies.blake3]
default-features = false
version = "1.8"

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

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

[dependencies.utils]
default-features = false
package = "winter-utils"
version = "0.13"

[dev-dependencies.criterion]
version = "0.6"

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

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

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

[lib]
bench = false
name = "winter_crypto"
path = "src/lib.rs"

[package]
authors = ["winterfell contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "Cryptographic library for the Winterfell STARK prover/verifier"
documentation = "https://docs.rs/winter-crypto/0.13.1"
edition = "2021"
keywords = ["crypto", "merkle-tree", "hash"]
license = "MIT"
name = "winter-crypto"
readme = "README.md"
repository = "https://github.com/novifinancial/winterfell"
rust-version = "1.87"
version = "0.13.1"