1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00

add vesta to list of curves

This commit is contained in:
schaeff 2023-02-14 16:20:22 +01:00
parent f12ff6087d
commit a90582099e

View file

@ -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];