Type alias LLVerify

LLVerify: ((input, sig) => Promise<void>)

Type declaration

    • (input, sig): Promise<void>
    • Low level verification function. It takes a buffer of signed portion and the signature value, and returns a Promise that is resolved upon good signature or rejected upon bad signature.

      Parameters

      • input: Uint8Array
      • sig: Uint8Array

      Returns Promise<void>

Generated using TypeDoc