ExtendedGroupElement.fromHex constructor

ExtendedGroupElement.fromHex(
  1. String hex
)

Implementation

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