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

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