factory PallasIsoPoint.fromBytes(List<int> bytes) { return PallasIsoAffinePoint.fromBytes(bytes).toCurve(); }