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

Constructors

Methods

Constructors

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

    Parameters

    • signature: string

    Returns Ed25519Signature

Methods

  • Returns void

  • Serialize a Ed25519 signature to an unpadded base64 representation.

    Returns string