ark-poly 0.4.0-alpha

A library for efficient polynomial arithmetic via FFTs over finite fields
Documentation
[dependencies.ark-ff]
default-features = false
version = "0.4.0-alpha"

[dependencies.ark-serialize]
default-features = false
features = ["derive"]
version = "0.4.0-alpha"

[dependencies.ark-std]
default-features = false
version = "0.4.0-alpha"

[dependencies.derivative]
default-features = false
features = ["use_core"]
version = "2"

[dependencies.hashbrown]
version = "0.12.0"

[dependencies.rayon]
optional = true
version = "1"

[dev-dependencies]

[features]
default = []
parallel = ["std", "ark-ff/parallel", "rayon", "ark-std/parallel"]
std = ["ark-std/std", "ark-ff/std"]

[package]
authors = ["arkworks contributors"]
categories = ["cryptography"]
description = "A library for efficient polynomial arithmetic via FFTs over finite fields"
documentation = "https://docs.rs/ark-poly/"
edition = "2021"
homepage = "https://arkworks.rs"
include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["cryptography", "finite-fields", "fft", "polynomials"]
license = "MIT/Apache-2.0"
name = "ark-poly"
readme = "README.md"
repository = "https://github.com/arkworks-rs/algebra"
resolver = "1"
rust-version = "1.57"
version = "0.4.0-alpha"