publicKey property
ECPoint
get
publicKey
The public key corresponding to this private key.
Implementation
ECPoint get publicKey => (params.G * privateKeyInt)!;
The public key corresponding to this private key.
ECPoint get publicKey => (params.G * privateKeyInt)!;