affineFrom method

  1. @override
PastaAffinePoint<PallasFp, VestaFq, VestaIsoPoint> affineFrom({
  1. required VestaFq x,
  2. required VestaFq y,
})
override

Implementation

@override
PastaAffinePoint<PallasFp, VestaFq, VestaIsoPoint> affineFrom({
  required VestaFq x,
  required VestaFq y,
}) {
  return VestaIsoAffinePoint(x: x, y: y);
}