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