From b20dec736a6f5bf2fda8c562e977c785dc394990 Mon Sep 17 00:00:00 2001 From: "a.stevan" <antoine.stevan@isae-supaero.fr> Date: Fri, 5 Jul 2024 15:59:01 +0200 Subject: [PATCH] add missing curves to dependencies --- benchmarks/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index c79cf1f5..c5308a8e 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -6,8 +6,11 @@ edition = "2021" [dependencies] ark-bls12-381 = "0.4.0" ark-bn254 = "0.4.0" +ark-cp6-782 = "0.4.0" ark-ec = "0.4.2" +ark-ed-on-mnt4-298 = "0.4.0" ark-ff = "0.4.2" +ark-mnt4-753 = "0.4.0" ark-pallas = "0.4.0" ark-poly = "0.4.0" ark-poly-commit = "0.4.0" -- GitLab