ts-algochat
    Preparing search index...

    Function getPublicKey

    • Gets the Ed25519 public key from a private key.

      Parameters

      • privateKey: Uint8Array

        The Ed25519 private key (32 bytes)

      Returns Uint8Array

      The Ed25519 public key (32 bytes)