JubJubPoint constructor

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

Implementation

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