mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-09 23:41:30 +01:00
Publish some generators xy values (#150)
* Publish some generators xy values * Publish all generators xy values
This commit is contained in:
@@ -64,10 +64,10 @@ impl MontCurveConfig for EdwardsConfig {
|
||||
|
||||
/// GENERATOR_X =
|
||||
/// 4497879464030519973909970603271755437257548612157028181994697785683032656389,
|
||||
const GENERATOR_X: Fq =
|
||||
pub const GENERATOR_X: Fq =
|
||||
MontFp!("4497879464030519973909970603271755437257548612157028181994697785683032656389");
|
||||
|
||||
/// GENERATOR_Y =
|
||||
/// 4357141146396347889246900916607623952598927460421559113092863576544024487809
|
||||
const GENERATOR_Y: Fq =
|
||||
pub const GENERATOR_Y: Fq =
|
||||
MontFp!("4357141146396347889246900916607623952598927460421559113092863576544024487809");
|
||||
|
||||
Reference in New Issue
Block a user