proofGenerationKeyGenerator property
JubJubPoint
get
proofGenerationKeyGenerator
Implementation
static JubJubPoint get proofGenerationKeyGenerator {
return JubJubAffinePoint(
u: JubJubFq([
BigInt.parse('4688329274464987593'),
BigInt.parse('14151053748480064462'),
BigInt.parse('14558782058791214728'),
BigInt.parse('4953935332217131816'),
]),
v: JubJubFq([
BigInt.parse('6509994339305065288'),
BigInt.parse('10393745954890678923'),
BigInt.parse('13091562770945060566'),
BigInt.parse('3281762369979631463'),
]),
).toExtended();
}