Class DilithiumSignature

Signature

Hierarchy

  • DilithiumSignature

Constructors

Properties

bytes: Uint8Array

Methods

  • Returns

    The private key as a byte array

    Returns Uint8Array

  • Returns

    The signature as a base 64 string

    Returns string

  • Returns

    The signature as a hex string

    Returns string

  • Verifies the signature against a message + public key

    Returns

    True only if the signature is valid

    Parameters

    Returns boolean

Generated using TypeDoc