winter-utils 0.9.0

Utilities for the Winterfell STARK prover/verifier
Documentation
[dependencies.rayon]
optional = true
version = "1.8"
[dev-dependencies.proptest]
version = "1.4"

[features]
concurrent = ["rayon", "std"]
default = ["std"]
std = []

[lib]
bench = false

[package]
authors = ["winterfell contributors"]
categories = ["cryptography", "no-std"]
description = "Utilities for the Winterfell STARK prover/verifier"
documentation = "https://docs.rs/winter-utils/0.9.0"
edition = "2021"
keywords = ["serialization", "transmute"]
license = "MIT"
name = "winter-utils"
readme = "README.md"
repository = "https://github.com/novifinancial/winterfell"
rust-version = "1.78"
version = "0.9.0"