Minimal Anti Collusion Infrastructure (MACI) v2.0.0 / G2Point
Class: G2Point
Notice
A class representing a point on the second group (G2) of the Jubjub curve. This is usually an extension field of the base field of the curve.
Constructors
new G2Point()
new G2Point(
x
,y
):G2Point
Create a new instance of G2Point
Parameters
• x: bigint
[]
the x coordinate
• y: bigint
[]
the y coordinate
Returns
Defined in
crypto/ts/babyjub.ts:65
Properties
x
x:
bigint
[]
Defined in
crypto/ts/babyjub.ts:56
y
y:
bigint
[]
Defined in
crypto/ts/babyjub.ts:58