add vesta to list of curves
This commit is contained in:
parent
f12ff6087d
commit
a90582099e
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue