ProjectiveGroupElement.fromBytes constructor

ProjectiveGroupElement.fromBytes(
  1. Uint8List s
)

Implementation

factory ProjectiveGroupElement.fromBytes(Uint8List s) =>
    Point25519.fromBytes(s).toProjective;