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,8 +64,12 @@ impl MontCurveConfig for EdwardsConfig {
type TECurveConfig = EdwardsConfig;
}
const GENERATOR_X: Fq =
/// GENERATOR_X =
/// 19698561148652590122159747500897617769866003486955115824547446575314762165298
pub const GENERATOR_X: Fq =
MontFp!("19698561148652590122159747500897617769866003486955115824547446575314762165298");
const GENERATOR_Y: Fq =
/// GENERATOR_Y =
/// 19298250018296453272277890825869354524455968081175474282777126169995084727839
pub const GENERATOR_Y: Fq =
MontFp!("19298250018296453272277890825869354524455968081175474282777126169995084727839");