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

@@ -71,12 +71,12 @@ impl MontCurveConfig for EdwardsConfig {
/// GENERATOR_X =
/// 282406820114868156776872298252698015906762052916420164316497572033519876761239463633892227
const GENERATOR_X: Fq = MontFp!(
pub const GENERATOR_X: Fq = MontFp!(
"282406820114868156776872298252698015906762052916420164316497572033519876761239463633892227"
);
/// GENERATOR_Y =
/// 452667754940241021433619311795265643711152068500301853535337412655162600774122192283142703
const GENERATOR_Y: Fq = MontFp!(
pub const GENERATOR_Y: Fq = MontFp!(
"452667754940241021433619311795265643711152068500301853535337412655162600774122192283142703"
);