ExtendedGroupElement.fromHex constructor
ExtendedGroupElement.fromHex(
- String hex
Implementation
factory ExtendedGroupElement.fromHex(String hex) =>
Point25519.fromHex(hex).toExtended;
factory ExtendedGroupElement.fromHex(String hex) =>
Point25519.fromHex(hex).toExtended;