Publish some generators xy values (#150)

* Publish some generators xy values

* Publish all generators xy values
This commit is contained in:
Davide Galassi
2023-03-01 19:12:08 +01:00
committed by GitHub
parent ab9be6d8f4
commit 4ab8ba6eb7
8 changed files with 32 additions and 18 deletions

View File

@@ -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");