JubJubNativePoint constructor

JubJubNativePoint({
  1. required JubJubNativeFq u,
  2. required JubJubNativeFq v,
  3. required JubJubNativeFq z,
  4. required JubJubNativeFq t1,
  5. required JubJubNativeFq t2,
})

Implementation

JubJubNativePoint({
  required this.u,
  required this.v,
  required this.z,
  required this.t1,
  required this.t2,
});