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