Options
All
  • Public
  • Public/Protected
  • All
Menu

An Ed25519 digital signature, can be used to verify the authenticity of a message.

Hierarchy

  • Ed25519Signature

Index

Constructors

Methods

Constructors

  • Try to create an Ed25519 signature from an unpadded base64 representation.

    Parameters

    • signature: string

    Returns Ed25519Signature

Methods

  • free(): void
  • Returns void

  • toBase64(): string
  • Serialize a Ed25519 signature to an unpadded base64 representation.

    Returns string

Generated using TypeDoc