From a90582099e91e00c6d799cb7d449b50b5c6126a6 Mon Sep 17 00:00:00 2001 From: schaeff Date: Tue, 14 Feb 2023 16:20:22 +0100 Subject: [PATCH] add vesta to list of curves --- zokrates_cli/src/cli_constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zokrates_cli/src/cli_constants.rs b/zokrates_cli/src/cli_constants.rs index d9e8bf32..01be9fcc 100644 --- a/zokrates_cli/src/cli_constants.rs +++ b/zokrates_cli/src/cli_constants.rs @@ -38,7 +38,7 @@ pub const BACKENDS: &[&str] = if cfg!(feature = "ark") { &[] }; -pub const CURVES: &[&str] = &[BN128, BLS12_381, BLS12_377, BW6_761, PALLAS]; +pub const CURVES: &[&str] = &[BN128, BLS12_381, BLS12_377, BW6_761, PALLAS, VESTA]; pub const SCHEMES: &[&str] = &[G16, GM17, MARLIN];