winter-math 0.8.4

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

[[bench]]
harness = false
name = "field"

[[bench]]
harness = false
name = "polynom"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"

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

[dev-dependencies.num-bigint]
version = "0.4"

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

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

[features]
concurrent = ["utils/concurrent", "std"]
default = ["std"]
std = ["utils/std"]

[lib]
bench = false

[package]
authors = ["winterfell contributors"]
categories = ["cryptography", "no-std"]
description = "Math library for the Winterfell STARK prover/verifier"
documentation = "https://docs.rs/winter-math/0.8.3"
edition = "2021"
keywords = ["crypto", "finite-fields", "polynomials", "fft"]
license = "MIT"
name = "winter-math"
readme = "README.md"
repository = "https://github.com/novifinancial/winterfell"
rust-version = "1.75"
version = "0.8.4"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", ".cargo/katex-header.html"]