From 3668338023a5e07efbf46f8816f63cb00bb54b3a Mon Sep 17 00:00:00 2001 From: mmagician Date: Wed, 18 Jan 2023 13:01:11 +0100 Subject: [PATCH] Merge `releases` into `master`, keeping the patch.crates-io section --- CHANGELOG.md | 9 +++++++++ bls12_377/Cargo.toml | 18 +++++++++--------- bls12_381/Cargo.toml | 14 +++++++------- bn254/Cargo.toml | 14 +++++++------- bw6_761/Cargo.toml | 16 ++++++++-------- cp6_782/Cargo.toml | 16 ++++++++-------- curve-constraint-tests/Cargo.toml | 14 +++++++------- curve25519/Cargo.toml | 16 ++++++++-------- ed25519/Cargo.toml | 18 +++++++++--------- ed_on_bls12_377/Cargo.toml | 18 +++++++++--------- ed_on_bls12_381/Cargo.toml | 22 +++++++++++----------- ed_on_bls12_381_bandersnatch/Cargo.toml | 18 +++++++++--------- ed_on_bn254/Cargo.toml | 18 +++++++++--------- ed_on_bw6_761/Cargo.toml | 14 +++++++------- ed_on_cp6_782/Cargo.toml | 20 ++++++++++---------- ed_on_mnt4_298/Cargo.toml | 20 ++++++++++---------- ed_on_mnt4_753/Cargo.toml | 18 +++++++++--------- mnt4_298/Cargo.toml | 18 +++++++++--------- mnt4_753/Cargo.toml | 18 +++++++++--------- mnt6_298/Cargo.toml | 20 ++++++++++---------- mnt6_753/Cargo.toml | 20 ++++++++++---------- pallas/Cargo.toml | 20 ++++++++++---------- secp256k1/Cargo.toml | 16 ++++++++-------- secp256r1/Cargo.toml | 16 ++++++++-------- secp384r1/Cargo.toml | 16 ++++++++-------- secq256k1/Cargo.toml | 18 +++++++++--------- vesta/Cargo.toml | 22 +++++++++++----------- 27 files changed, 238 insertions(+), 229 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a635e31..3201206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## Pending +### Breaking changes + +### Features + +### Improvements + +### Bugfixes + +## v0.4.0 - [\#76](https://github.com/arkworks-rs/curves/pull/76) twisted Edwards parameters for bls12-377 - Fixed curve benches diff --git a/bls12_377/Cargo.toml b/bls12_377/Cargo.toml index 193368a..66e7876 100644 --- a/bls12_377/Cargo.toml +++ b/bls12_377/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-bls12-377" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The BLS12-377 pairing-friendly elliptic curve" homepage = "https://arkworks.rs" @@ -13,16 +13,16 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version="0.4.0-alpha", default-features = false } -ark-ec = { version="0.4.0-alpha", default-features = false } -ark-r1cs-std = { version="0.4.0-alpha", default-features = false, optional = true } -ark-std = { version = "0.4.0-alpha", default-features = false } +ark-ff = { version= "0.4.0", default-features = false } +ark-ec = { version= "0.4.0", default-features = false } +ark-r1cs-std = { version= "0.4.0", default-features = false, optional = true } +ark-std = { version = "0.4.0", default-features = false } [dev-dependencies] -ark-relations = { version="0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } -ark-algebra-bench-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version= "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } sha2 = { version = "0.10", default-features = false } diff --git a/bls12_381/Cargo.toml b/bls12_381/Cargo.toml index 7f2da58..f2e1727 100644 --- a/bls12_381/Cargo.toml +++ b/bls12_381/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-bls12-381" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The BLS12-381 pairing-friendly elliptic curve" homepage = "https://arkworks.rs" @@ -13,14 +13,14 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version="^0.4.0-alpha", default-features = false } -ark-ec = { version="^0.4.0-alpha" } -ark-std = { version = "^0.4.0-alpha", default-features = false } -ark-serialize = { version = "^0.4.0-alpha", default-features = false } +ark-ff = { version= "0.4.0", default-features = false } +ark-ec = { version= "0.4.0" } +ark-std = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } [dev-dependencies] -ark-algebra-test-templates = { version = "^0.4.0-alpha", default-features = false } -ark-algebra-bench-templates = { version = "^0.4.0-alpha", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.4.0", default-features = false } hex = "^0.4.0" [features] diff --git a/bn254/Cargo.toml b/bn254/Cargo.toml index 5acbb09..0e799e3 100644 --- a/bn254/Cargo.toml +++ b/bn254/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-bn254" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The BN254 pairing-friendly elliptic curve" homepage = "https://arkworks.rs" @@ -13,14 +13,14 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version="0.4.0-alpha", default-features = false } -ark-ec = { version="0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } +ark-ff = { version= "0.4.0", default-features = false } +ark-ec = { version= "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } [dev-dependencies] -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } -ark-algebra-bench-templates = { version = "0.4.0-alpha", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.4.0", default-features = false } [features] default = [ "curve" ] diff --git a/bw6_761/Cargo.toml b/bw6_761/Cargo.toml index ebea818..5545660 100644 --- a/bw6_761/Cargo.toml +++ b/bw6_761/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-bw6-761" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The BW6-761 pairing-friendly elliptic curve" homepage = "https://arkworks.rs" @@ -13,15 +13,15 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version="0.4.0-alpha", default-features = false } -ark-ec = { version="0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-bls12-377 = { version = "0.4.0-alpha", path = "../bls12_377", default-features = false, features = [ "base_field" ] } +ark-ff = { version= "0.4.0", default-features = false } +ark-ec = { version= "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-bls12-377 = { version = "0.4.0", path = "../bls12_377", default-features = false, features = [ "base_field" ] } [dev-dependencies] -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } -ark-algebra-bench-templates = { version = "0.4.0-alpha", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.4.0", default-features = false } [features] default = [] diff --git a/cp6_782/Cargo.toml b/cp6_782/Cargo.toml index 0da0731..7ac4cea 100644 --- a/cp6_782/Cargo.toml +++ b/cp6_782/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-cp6-782" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The CP6-782 pairing-friendly elliptic curve" homepage = "https://arkworks.rs" @@ -13,16 +13,16 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-bls12-377 = { version = "0.4.0-alpha", path = "../bls12_377", default-features = false, features = [ "base_field" ] } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-bls12-377 = { version = "0.4.0", path = "../bls12_377", default-features = false, features = [ "base_field" ] } itertools = { version = "0.10", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } [dev-dependencies] -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } -ark-algebra-bench-templates = { version = "0.4.0-alpha", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.4.0", default-features = false } [features] default = [] diff --git a/curve-constraint-tests/Cargo.toml b/curve-constraint-tests/Cargo.toml index c411d17..f7c6585 100644 --- a/curve-constraint-tests/Cargo.toml +++ b/curve-constraint-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-curve-constraint-tests" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "A library for testing constraints for finite fields, elliptic curves, and pairings" homepage = "https://arkworks.rs" @@ -13,12 +13,12 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-ff = { version = "0.4.0", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } [features] default = [] diff --git a/curve25519/Cargo.toml b/curve25519/Cargo.toml index ed1006e..e29eea4 100644 --- a/curve25519/Cargo.toml +++ b/curve25519/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-curve25519" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The curve25519 Montgomery curve" homepage = "https://arkworks.rs" @@ -13,15 +13,15 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/ed25519/Cargo.toml b/ed25519/Cargo.toml index 3fe0154..948cf47 100644 --- a/ed25519/Cargo.toml +++ b/ed25519/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ed25519" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The ed25519 twisted Edwards curve" homepage = "https://arkworks.rs" @@ -13,16 +13,16 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-curve25519 = { path = "../curve25519" } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-curve25519 = { version = "0.4.0", path = "../curve25519" } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/ed_on_bls12_377/Cargo.toml b/ed_on_bls12_377/Cargo.toml index 608ce69..f8134c3 100644 --- a/ed_on_bls12_377/Cargo.toml +++ b/ed_on_bls12_377/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ed-on-bls12-377" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "A Twisted Edwards curve defined over the scalar field of the BLS12-377 curve" homepage = "https://arkworks.rs" @@ -13,16 +13,16 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-bls12-377 = { version = "0.4.0-alpha", path = "../bls12_377", default-features = false, features = [ "scalar_field" ] } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-bls12-377 = { version = "0.4.0", path = "../bls12_377", default-features = false, features = [ "scalar_field" ] } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/ed_on_bls12_381/Cargo.toml b/ed_on_bls12_381/Cargo.toml index d30df45..9dce72b 100644 --- a/ed_on_bls12_381/Cargo.toml +++ b/ed_on_bls12_381/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ed-on-bls12-381" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "A Twisted Edwards curve defined over the scalar field of the BLS12-381 curve" homepage = "https://arkworks.rs" @@ -13,20 +13,20 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-bls12-381 = { version = "0.4.0-alpha", path = "../bls12_381", default-features = false, features = [ "scalar_field" ] } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-bls12-381 = { version = "0.4.0", path = "../bls12_381", default-features = false, features = [ "scalar_field" ] } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } -ark-algebra-bench-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] default = [] std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", "ark-bls12-381/std" ] -r1cs = ["ark-r1cs-std"] \ No newline at end of file +r1cs = ["ark-r1cs-std"] diff --git a/ed_on_bls12_381_bandersnatch/Cargo.toml b/ed_on_bls12_381_bandersnatch/Cargo.toml index a4d303d..d13a608 100644 --- a/ed_on_bls12_381_bandersnatch/Cargo.toml +++ b/ed_on_bls12_381_bandersnatch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ed-on-bls12-381-bandersnatch" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "zhenfei zhang", "arkworks contributors" ] description = "Bandersnatch: a curve defined over the scalar field of the BLS12-381 curve" repository = "https://github.com/zhenfeizhang/bandersnatch-rust" @@ -11,16 +11,16 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-bls12-381 = { version = "0.4.0-alpha", path = "../bls12_381", default-features = false, features = [ "scalar_field" ] } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-bls12-381 = { version = "0.4.0", path = "../bls12_381", default-features = false, features = [ "scalar_field" ] } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/ed_on_bn254/Cargo.toml b/ed_on_bn254/Cargo.toml index f4a4d4c..9a37748 100644 --- a/ed_on_bn254/Cargo.toml +++ b/ed_on_bn254/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ed-on-bn254" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "A Twisted Edwards curve defined over the scalar field of the BN254 curve" homepage = "https://arkworks.rs" @@ -13,16 +13,16 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-bn254 = { version = "0.4.0-alpha", path = "../bn254", default-features = false, features = [ "scalar_field" ] } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-bn254 = { version = "0.4.0", path = "../bn254", default-features = false, features = [ "scalar_field" ] } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/ed_on_bw6_761/Cargo.toml b/ed_on_bw6_761/Cargo.toml index 822f554..43f6386 100644 --- a/ed_on_bw6_761/Cargo.toml +++ b/ed_on_bw6_761/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ed-on-bw6-761" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "A Twisted Edwards curve defined over the scalar field of the BW6-761 curve" homepage = "https://arkworks.rs" @@ -13,15 +13,15 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ed-on-cp6-782 = { version = "0.4.0-alpha", path = "../ed_on_cp6_782", default-features = false } +ark-ed-on-cp6-782 = { version = "0.4.0", path = "../ed_on_cp6_782", default-features = false } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false } -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false } +ark-ff = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } [features] default = [] std = [ "ark-ed-on-cp6-782/std" ] -r1cs = [ "ark-ed-on-cp6-782/r1cs" ] \ No newline at end of file +r1cs = [ "ark-ed-on-cp6-782/r1cs" ] diff --git a/ed_on_cp6_782/Cargo.toml b/ed_on_cp6_782/Cargo.toml index 0cab208..e5e8131 100644 --- a/ed_on_cp6_782/Cargo.toml +++ b/ed_on_cp6_782/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ed-on-cp6-782" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "A Twisted Edwards curve defined over the scalar field of the CP6-782 curve" homepage = "https://arkworks.rs" @@ -13,19 +13,19 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-bls12-377 = { version = "0.4.0-alpha", path = "../bls12_377", default-features = false, features = [ "base_field" ] } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-bls12-377 = { version = "0.4.0", path = "../bls12_377", default-features = false, features = [ "base_field" ] } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] default = [] std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", "ark-bls12-377/std" ] -r1cs = ["ark-r1cs-std"] \ No newline at end of file +r1cs = ["ark-r1cs-std"] diff --git a/ed_on_mnt4_298/Cargo.toml b/ed_on_mnt4_298/Cargo.toml index c8831f5..3436e52 100644 --- a/ed_on_mnt4_298/Cargo.toml +++ b/ed_on_mnt4_298/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ed-on-mnt4-298" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "A Twisted Edwards curve defined over the scalar field of the MNT4-298 curve" homepage = "https://arkworks.rs" @@ -13,19 +13,19 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-mnt4-298 = { version = "0.4.0-alpha", path = "../mnt4_298", default-features = false, features = [ "scalar_field" ] } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-mnt4-298 = { version = "0.4.0", path = "../mnt4_298", default-features = false, features = [ "scalar_field" ] } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] default = [] std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", "ark-mnt4-298/std" ] -r1cs = ["ark-r1cs-std"] \ No newline at end of file +r1cs = ["ark-r1cs-std"] diff --git a/ed_on_mnt4_753/Cargo.toml b/ed_on_mnt4_753/Cargo.toml index fda5398..94aabc6 100644 --- a/ed_on_mnt4_753/Cargo.toml +++ b/ed_on_mnt4_753/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ed-on-mnt4-753" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "A Twisted Edwards curve defined over the scalar field of the MNT4-753 curve" homepage = "https://arkworks.rs" @@ -13,16 +13,16 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-mnt4-753 = { version = "0.4.0-alpha", path = "../mnt4_753", default-features = false, features = [ "scalar_field" ] } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-mnt4-753 = { version = "0.4.0", path = "../mnt4_753", default-features = false, features = [ "scalar_field" ] } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/mnt4_298/Cargo.toml b/mnt4_298/Cargo.toml index ad738cf..66533c3 100644 --- a/mnt4_298/Cargo.toml +++ b/mnt4_298/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-mnt4-298" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The MNT4-298 pairing-friendly elliptic curve" homepage = "https://arkworks.rs" @@ -13,16 +13,16 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } -ark-algebra-bench-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/mnt4_753/Cargo.toml b/mnt4_753/Cargo.toml index eb7bca5..abcd8a3 100644 --- a/mnt4_753/Cargo.toml +++ b/mnt4_753/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-mnt4-753" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The MNT4-753 pairing-friendly elliptic curve" homepage = "https://arkworks.rs" @@ -13,16 +13,16 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } -ark-algebra-bench-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/mnt6_298/Cargo.toml b/mnt6_298/Cargo.toml index 3618478..aeac32e 100644 --- a/mnt6_298/Cargo.toml +++ b/mnt6_298/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-mnt6-298" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The MNT6-298 pairing-friendly elliptic curve" homepage = "https://arkworks.rs" @@ -13,17 +13,17 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-mnt4-298 = { version = "0.4.0-alpha", path = "../mnt4_298", default-features = false, features = [ "scalar_field", "base_field" ] } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-mnt4-298 = { version = "0.4.0", path = "../mnt4_298", default-features = false, features = [ "scalar_field", "base_field" ] } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } -ark-algebra-bench-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/mnt6_753/Cargo.toml b/mnt6_753/Cargo.toml index 921e2cb..1199cd9 100644 --- a/mnt6_753/Cargo.toml +++ b/mnt6_753/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-mnt6-753" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The MNT6-753 pairing-friendly elliptic curve" homepage = "https://arkworks.rs" @@ -13,17 +13,17 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-mnt4-753 = { version = "0.4.0-alpha", path = "../mnt4_753", default-features = false, features = [ "scalar_field", "base_field" ] } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-std = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-mnt4-753 = { version = "0.4.0", path = "../mnt4_753", default-features = false, features = [ "scalar_field", "base_field" ] } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } -ark-algebra-bench-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/pallas/Cargo.toml b/pallas/Cargo.toml index c770f70..3efe9b2 100644 --- a/pallas/Cargo.toml +++ b/pallas/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-pallas" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "Ying Tong Lai", "Daira Hopwood", "O(1) Labs", "arkworks contributors" ] description = "The Pallas prime-order elliptic curve" homepage = "https://arkworks.rs" @@ -13,16 +13,16 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-std = { version = "0.4.0-alpha", default-features = false } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-std = { version = "0.4.0", default-features = false } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } -ark-algebra-bench-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] @@ -37,4 +37,4 @@ r1cs = [ "base_field", "ark-r1cs-std" ] [[bench]] name = "pallas" path = "benches/pallas.rs" -harness = false \ No newline at end of file +harness = false diff --git a/secp256k1/Cargo.toml b/secp256k1/Cargo.toml index 19214b2..f1765f2 100644 --- a/secp256k1/Cargo.toml +++ b/secp256k1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-secp256k1" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The secp256k1 curve" homepage = "https://arkworks.rs" @@ -13,15 +13,15 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-std = { version = "0.4.0-alpha", default-features = false } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-std = { version = "0.4.0", default-features = false } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/secp256r1/Cargo.toml b/secp256r1/Cargo.toml index 71be0c4..f3d39be 100644 --- a/secp256r1/Cargo.toml +++ b/secp256r1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-secp256r1" -version = "0.4.0-alpha" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The secp256r1 curve" homepage = "https://arkworks.rs" @@ -13,15 +13,15 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-std = { version = "0.4.0-alpha", default-features = false } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-std = { version = "0.4.0", default-features = false } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/secp384r1/Cargo.toml b/secp384r1/Cargo.toml index 6b86f23..9220429 100644 --- a/secp384r1/Cargo.toml +++ b/secp384r1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-secp384r1" -version = "0.4.0-alpha" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The secp384r1 curve" homepage = "https://arkworks.rs" @@ -13,15 +13,15 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-std = { version = "0.4.0-alpha", default-features = false } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-std = { version = "0.4.0", default-features = false } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/secq256k1/Cargo.toml b/secq256k1/Cargo.toml index 911d55d..09f2638 100644 --- a/secq256k1/Cargo.toml +++ b/secq256k1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-secq256k1" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "arkworks contributors" ] description = "The secq256k1 curve" homepage = "https://arkworks.rs" @@ -13,16 +13,16 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-secp256k1 = { path = "../secp256k1" } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-std = { version = "0.4.0", default-features = false } +ark-secp256k1 = { version = "0.4.0", path = "../secp256k1" } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] diff --git a/vesta/Cargo.toml b/vesta/Cargo.toml index 62810ae..195ade2 100644 --- a/vesta/Cargo.toml +++ b/vesta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-vesta" -version = "0.4.0-alpha.1" +version = "0.4.0" authors = [ "Ying Tong Lai", "Daira Hopwood", "O(1) Labs", "arkworks contributors" ] description = "The Vesta prime-order elliptic curve" homepage = "https://arkworks.rs" @@ -13,17 +13,17 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -ark-ff = { version = "0.4.0-alpha", default-features = false } -ark-ec = { version = "0.4.0-alpha", default-features = false } -ark-r1cs-std = { version = "0.4.0-alpha", default-features = false, optional = true } -ark-std = { version = "0.4.0-alpha", default-features = false } -ark-pallas = { version = "0.4.0-alpha", path = "../pallas", default-features = false, features = [ "scalar_field", "base_field" ] } +ark-ff = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.4.0", default-features = false } +ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-std = { version = "0.4.0", default-features = false } +ark-pallas = { version = "0.4.0", path = "../pallas", default-features = false, features = [ "scalar_field", "base_field" ] } [dev-dependencies] -ark-relations = { version = "0.4.0-alpha", default-features = false } -ark-serialize = { version = "0.4.0-alpha", default-features = false } -ark-algebra-test-templates = { version = "0.4.0-alpha", default-features = false } -ark-algebra-bench-templates = { version = "0.4.0-alpha", default-features = false } +ark-relations = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.0", default-features = false } +ark-algebra-test-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } [features] @@ -34,4 +34,4 @@ r1cs = [ "ark-r1cs-std" ] [[bench]] name = "vesta" path = "benches/vesta.rs" -harness = false \ No newline at end of file +harness = false