publicKey property

Uint8List publicKey

Implementation

Uint8List get publicKey {
  if (_Q == null) _Q = ecc.pointFromScalar(_d!, true)!;
  return _Q!;
}