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