ExtendedGroupElement.fromBytes constructor

ExtendedGroupElement.fromBytes(
  1. Uint8List s
)

Implementation

factory ExtendedGroupElement.fromBytes(Uint8List s) =>
    Point25519.fromBytes(s).toExtended;