VestaPoint.fromAffine constructor

VestaPoint.fromAffine(
  1. VestaAffinePoint point
)

Implementation

factory VestaPoint.fromAffine(VestaAffinePoint point) {
  return point.toCurve();
}