mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-10 16:01:28 +01:00
Refactor FFT infrastructure (#28)
* Update API of EvaluationDomain * Update gm17 to use new API * Move fft infrastructure to its own crate * Fix gm17 to work with ff-fft * Refactor polynomial infrastructure * Change .travis-yml to not compile in release and to not run DPC tests
This commit is contained in:
@@ -12,7 +12,7 @@ authors = [
|
||||
description = "A standard library for constraint system gadgets"
|
||||
homepage = "https://libzexe.org"
|
||||
repository = "https://github.com/scipr/zexe"
|
||||
documentation = "https://docs.rs/snark-gadgets/"
|
||||
documentation = "https://docs.rs/r1cs-std/"
|
||||
keywords = ["zero knowledge", "cryptography", "zkSNARK", "SNARK"]
|
||||
categories = ["cryptography"]
|
||||
include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
|
||||
|
||||
Reference in New Issue
Block a user