factory VestaIsoPoint.fromBytes(List<int> bytes) { return VestaIsoAffinePoint.fromBytes(bytes).toCurve(); }