mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-10 16:01:32 +01:00
Merge branch 'master' into releases
This commit is contained in:
@@ -43,10 +43,12 @@ impl SWCurveConfig for Config {
|
||||
}
|
||||
}
|
||||
|
||||
/// G_GENERATOR_X = 55066263022277343669578718895168534326250603453777594175500187360389116729240
|
||||
/// G_GENERATOR_X =
|
||||
/// 55066263022277343669578718895168534326250603453777594175500187360389116729240
|
||||
pub const G_GENERATOR_X: Fq =
|
||||
MontFp!("55066263022277343669578718895168534326250603453777594175500187360389116729240");
|
||||
|
||||
/// G_GENERATOR_Y = 32670510020758816978083085130507043184471273380659243275938904335757337482424
|
||||
/// G_GENERATOR_Y =
|
||||
/// 32670510020758816978083085130507043184471273380659243275938904335757337482424
|
||||
pub const G_GENERATOR_Y: Fq =
|
||||
MontFp!("32670510020758816978083085130507043184471273380659243275938904335757337482424");
|
||||
|
||||
Reference in New Issue
Block a user