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

@@ -62,11 +62,11 @@ impl MontCurveConfig for EdwardsConfig {
/// GENERATOR_X =
/// 15112221349535400772501151409588531511454012693041857206046113283949847762202
const GENERATOR_X: Fq =
pub const GENERATOR_X: Fq =
MontFp!("15112221349535400772501151409588531511454012693041857206046113283949847762202");
/// GENERATOR_Y =
/// (4/5)
/// 46316835694926478169428394003475163141307993866256225615783033603165251855960
const GENERATOR_Y: Fq =
pub const GENERATOR_Y: Fq =
MontFp!("46316835694926478169428394003475163141307993866256225615783033603165251855960");