PallasNativePoint.fromBytes constructor

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

Implementation

factory PallasNativePoint.fromBytes(List<int> bytes) {
  return PallasAffineNativePoint.fromBytes(bytes).toCurve();
}