mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-09 23:41:30 +01:00
Publish some generators xy values (#150)
* Publish some generators xy values * Publish all generators xy values
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user