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