publicKey method
Retrieves the public counterpart of the secret key.
Implementation
PublicKey publicKey() => PublicKey._(_inner.publicKey());
Retrieves the public counterpart of the secret key.
PublicKey publicKey() => PublicKey._(_inner.publicKey());