publicKey property

ECPoint publicKey

The public key corresponding to this private key.

Implementation

ECPoint get publicKey => (params.G * privateKeyInt)!;