getPublicKey abstract method

Uint8List getPublicKey(
  1. Uint8List privateKey
)

Derives the public key from a private key.

Implementation

Uint8List getPublicKey(Uint8List privateKey);