ToolAssay

Estimates logical qubits and logical gates from algorithm family and key size, a

Estimates logical qubits and logical gates from algorithm family and key size, applies a caller-supplied error-correction overhead, and reports capacity and runtime ratios. The formulas are coarse planning heuristics, not cryptanalytic proof or a forecast of when cryptographically relevant quantum computers will exist.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
891 msmedian answer time
$0.003listed price per call
$0.003price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://quantum.halowerk.com/v1/shors-threat-index

CategoryEverything else
Provider hostquantum.halowerk.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.003 891 ms

Example input (from the provider)

{
  "body": {
    "algorithm": "rsa",
    "available_physical_qubits": 1000000,
    "available_runtime_days": 30,
    "error_correction_physical_per_logical": 1000,
    "key_bits": 2048,
    "logical_gate_rate_per_second": 1000
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "algorithm": {
              "enum": [
                "rsa",
                "finite-field-dh",
                "ecc"
              ],
              "type": "string"
            },
            "available_physical_qubits": {
              "maximum": 1000000000000,
              "minimum": 1,
              "type": "integer"
            },
            "available_runtime_days": {
              "maximum": 365000,
              "minimum": 1e-06,
              "type": "number"
            },
            "error_correction_physical_per_logical": {
              "maximum": 1000000000,
              "minimum": 1,
              "type": "number"
            },
            "key_bits": {
              "description": "RSA/modulus bits or ECC group-size bits.",
              "maximum": 32768,
              "minimum": 128,
              "type": "integer"
            },
            "logical_gate_rate_per_second": {
              "maximum": 1000000000000000,
              "minimum": 1e-06,
              "type": "number"
            }
          },
          "required": [
            "algorithm",
            "key_bits",
            "available_physical_qubits",
            "logical_gate_rate_per_second",
            "error_correction_physical_per_logical",
            "available_runtime_days"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON