From eb256ffc8486a35c3f0fe730eefd0499209b74bd Mon Sep 17 00:00:00 2001 From: Vu Vo Date: Wed, 21 Feb 2024 22:40:52 +0700 Subject: [PATCH] update deps --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 11a37363..7bbe8a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ ark-crypto-primitives = {version = "0.4.0", features = ["sponge","r1cs","snark"] ark-r1cs-std = { version = "0.4.0", default-features = false } ark-relations = { version = "0.4.0", default-features = false, optional = true } ark-snark = { version = "0.4.0", default-features = false } -ark-groth16 = { version = "0.3.0" } +ark-groth16 = { version = "0.4.0" } ark-bw6-761 = { version = "0.4.0" } ark-poly-commit = { version = "0.4.0" } ark-poly = {version = "0.4.0"} @@ -77,7 +77,6 @@ std = ["ark-ff/std", "ark-ec/std", "ark-std/std", "ark-relations/std", "ark-seri [patch.crates-io] ark-poly-commit = {git = "https://github.com/cryptonetlab/ark-polycommit", branch="feat/variable-crs"} -ark-groth16 = { git = "https://github.com/arkworks-rs/groth16" } blstrs = { git = "https://github.com/nikkolasg/blstrs", branch = "feat/arkwork" } ark-ec = { git = "https://github.com/vmx/algebra", branch="affine-repr-xy-owned" } ark-ff = { git = "https://github.com/vmx/algebra", branch="affine-repr-xy-owned" }