PallasIsoPoint.fromBytes constructor

PallasIsoPoint.fromBytes(
  1. List<int> bytes
)

Implementation

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