@btx-tools SDK — BTX service-challenge admission control
    Preparing search index...
    • Pure-JS solver for a BTX MatMul service challenge. Searches nonces starting from header_context.nonce64_start (or options.nonceStart) until the transcript-hash satisfies digest_le256 <= target_be256 or maxTries is exhausted.

      Returns null if no solution was found within the budget.

      Parameters

      Returns SolverOutput | null

      if the challenge envelope is malformed (wrong-shape matmul params, non-square matrix dimensions, b doesn't divide n, etc.).