PallasPoint.fromBytes constructor

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

Implementation

factory PallasPoint.fromBytes(List<int> bytes) {
  return PallasAffinePoint.fromBytes(bytes).toCurve();
}