Blockchain Commons Components TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Function mldsaVerify

    • Verify a signature using ML-DSA.

      Parameters

      • level: MLDSALevel

        The ML-DSA security level

      • publicKey: Uint8Array

        The public key bytes

      • message: Uint8Array

        The message that was signed

      • signature: Uint8Array

        The signature to verify

      Returns boolean

      True if the signature is valid