publicKey property

Uint8List publicKey

Implementation

Uint8List get publicKey {
  q ??= ecc.pointFromScalar(d!, true)!;
  return q!;
}