# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ecfft" version = "0.1.0" authors = ["Andrew Milson "] description = "Elliptic curve fast fourier transform for all prime fields" readme = "README.md" keywords = [ "cryptography", "finite-fields", "elliptic-curves", "fft", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/andrewmilson/ecfft" [profile.bench] lto = true codegen-units = 1 [[bench]] name = "fftree" path = "benches/fftree.rs" harness = false [[bench]] name = "compareison" path = "benches/comparison.rs" harness = false [dependencies.ark-ff] version = "0.4" [dependencies.ark-ff-optimized] version = "0.4" [dependencies.ark-poly] version = "0.4" [dependencies.ark-serialize] version = "0.4" features = ["std"] [dependencies.num-bigint] version = "0.4" [dependencies.num-integer] version = "0.1" [dependencies.rand] version = "0.8" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rayon] version = "1.7"