JubJubNativePoint constructor
JubJubNativePoint({
- required JubJubNativeFq u,
- required JubJubNativeFq v,
- required JubJubNativeFq z,
- required JubJubNativeFq t1,
- required JubJubNativeFq t2,
Implementation
JubJubNativePoint({
required this.u,
required this.v,
required this.z,
required this.t1,
required this.t2,
});