• Export the public key from the given keypair as a Uint8Array.

    Parameters

    • keys: CryptoKeyPair

      The keypair to export.

    Returns Promise<Uint8Array>

    The public key as Uint8Array.