winter-utils 0.9.0

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

[lib]
bench = false

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

[dependencies]
rayon = { version = "1.8", optional = true }

[dev-dependencies]
proptest = "1.4"