Function getEdDSAPublicKey

  • Returns an EdDSAPublicKey derived from a 32-byte EdDSA private key. The private key must be a hexadecimal string or a Uint8Array typed array.

    Parameters

    • privateKey: string | Uint8Array

      The 32-byte EdDSA private key.

    Returns Promise<EdDSAPublicKey>

    The EdDSAPublicKey extracted from the private key.

Generated using TypeDoc