{
  "protocol": {
    "name": "CVP",
    "version": "1.0.0-proposed"
  },
  "document_status": "proposed",
  "calculator": {
    "id": "factorial",
    "version": "1.0.2",
    "title": "Factorial Calculator",
    "formula_family": "factorial",
    "capability_id": "math.factorial",
    "verification_revision": "2026-09-08.exact-integer-profile"
  },
  "profile": "core",
  "status": "VERIFIED",
  "runner": {
    "name": "cvp-runner",
    "version": "1.0.0"
  },
  "environment": {
    "runtime": "node",
    "runtime_version": "20.19.2",
    "numeric_model": "exact_integer",
    "os": "darwin"
  },
  "suite": {
    "id": "factorial",
    "version": "1.0.2",
    "uri": "https://www.calculatorx.com/evidence/math.factorial/1.0.2.json",
    "verification_revision": "2026-09-08.exact-integer-profile"
  },
  "obligation_set": [
    "CVP-PROV-01",
    "CVP-MODEL-01",
    "CVP-SCOPE-01",
    "CVP-UNIT-01",
    "CVP-REF-01",
    "CVP-GOLD-01",
    "CVP-BND-01",
    "CVP-INV-01",
    "CVP-NUM-01",
    "CVP-COV-01",
    "CVP-CONTRACT-01",
    "CVP-DEP-01",
    "CVP-ART-01",
    "CVP-PROD-01",
    "CVP-PROP-01",
    "CVP-META-01",
    "CVP-IFACE-01"
  ],
  "provenance": {
    "mode": "direct",
    "sources": [
      {
        "label": "NIST Digital Library of Mathematical Functions, Chapter 5",
        "kind": "other",
        "reference": "Gamma Function",
        "url": "https://dlmf.nist.gov/5"
      },
      {
        "label": "NIST DLMF §5.4",
        "kind": "other",
        "reference": "Special values and extrema",
        "url": "https://dlmf.nist.gov/5.4"
      },
      {
        "label": "CalculatorX mathematical conventions",
        "kind": "other",
        "reference": "Domain 0 ≤ n ≤ 5000; exact BigInt n!"
      }
    ]
  },
  "reference": {
    "items": [
      {
        "class": "O1",
        "reference_scope": "model",
        "scope": "model",
        "label": "Ordinary nonnegative integer factorial"
      },
      {
        "class": "O3",
        "reference_scope": "expected_values",
        "scope": "expected_values",
        "label": "Precomputed Python math.factorial table — CPython arbitrary-precision int, not Node BigInt and not IEEE-754 binary64",
        "engine": {
          "name": "factorial-python-math-o3",
          "independent_of_iut": true,
          "same_runtime_as_iut": false,
          "library": "Python 3.13.5 math.factorial",
          "generator_version": "1.0.0",
          "generator_sha256": "de8c1b59ea29ed21ee36376627208b80872710dfa87b27bb367a39fdc609a782",
          "table_sha256": "f96ef604c13d8e4da222c3e1e5347cb80273ab2b4b5f794c5a23cb956ba4a9a6",
          "seed": "20260908",
          "source": "https://www.calculatorx.com/developers/cvp/reproduce/factorial-o3-tables.json",
          "public_table": "/developers/cvp/reproduce/factorial-o3-tables.json",
          "public_generator": "/developers/cvp/reproduce/generate-factorial-o3.py",
          "public_checker": "/developers/cvp/reproduce/check-factorial-o3-rest.py",
          "runtime": "python3",
          "numeric_model": "CPython arbitrary-precision int — not IEEE-754 binary64",
          "representation": "exact unbounded integer (CPython int)",
          "criterion": "actual exact decimal string === independent oracle exact decimal string"
        }
      },
      {
        "class": "O3",
        "reference_scope": "numerical_behavior",
        "scope": "numerical_behavior",
        "label": "Same O3 table vs IUT exact decimal string; identity match (not ULP). 5000! is the published domain maximum.",
        "engine": {
          "name": "factorial-python-math-o3",
          "independent_of_iut": true,
          "same_runtime_as_iut": false,
          "library": "Python 3.13.5 math.factorial",
          "generator_version": "1.0.0",
          "generator_sha256": "de8c1b59ea29ed21ee36376627208b80872710dfa87b27bb367a39fdc609a782",
          "table_sha256": "f96ef604c13d8e4da222c3e1e5347cb80273ab2b4b5f794c5a23cb956ba4a9a6",
          "seed": "20260908",
          "source": "https://www.calculatorx.com/developers/cvp/reproduce/factorial-o3-tables.json",
          "public_table": "/developers/cvp/reproduce/factorial-o3-tables.json",
          "public_generator": "/developers/cvp/reproduce/generate-factorial-o3.py",
          "public_checker": "/developers/cvp/reproduce/check-factorial-o3-rest.py",
          "runtime": "python3",
          "numeric_model": "CPython arbitrary-precision int — not IEEE-754 binary64",
          "representation": "exact unbounded integer (CPython int)",
          "criterion": "actual exact decimal string === independent oracle exact decimal string"
        }
      },
      {
        "class": "O2",
        "reference_scope": "expected_values",
        "scope": "expected_values",
        "label": "Separate-module factorial oracle — independent Node BigInt product (same runtime as IUT)",
        "engine": {
          "name": "factorial-reference",
          "independent_of_iut": true,
          "same_runtime_as_iut": true,
          "runtime": "node",
          "numeric_model": "exact_integer",
          "representation": "exact_integer",
          "criterion": "actual exact decimal string === independent oracle exact decimal string",
          "algorithms": [
            "bigint-product"
          ],
          "arithmetic": "BigInt",
          "comparison": "exact_equality"
        }
      },
      {
        "class": "O2",
        "reference_scope": "numerical_behavior",
        "scope": "numerical_behavior",
        "label": "Same O2 module backs exact decimal-string identity vs IUT — exact_equality, ULP not applicable",
        "engine": {
          "name": "factorial-reference",
          "independent_of_iut": true,
          "same_runtime_as_iut": true,
          "runtime": "node",
          "numeric_model": "exact_integer",
          "representation": "exact_integer",
          "criterion": "actual exact decimal string === independent oracle exact decimal string",
          "algorithms": [
            "bigint-product"
          ],
          "arithmetic": "BigInt",
          "comparison": "exact_equality"
        }
      }
    ],
    "notes": "Golden expected values prefer O3 Python math.factorial (heterogeneous runtime). O2 is a live Node BigInt product that shares V8 with the IUT (same_runtime_as_iut). IUT numeric model is exact_integer with BigInt arithmetic and exact_equality. Node is a runtime dependency, not IEEE-754 binary64. ULP is not applicable."
  },
  "controls": {
    "CVP-PROV-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "Sources present on evidence"
    },
    "CVP-MODEL-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "n! exact BigInt product; acceptance is exact decimal-string identity"
    },
    "CVP-SCOPE-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "0 ≤ n ≤ 5000 ordinary factorial"
    },
    "CVP-UNIT-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "dimensionless integer"
    },
    "CVP-REF-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "O1 model + O3 Python math.factorial expected_values/numerical_behavior (exact decimal identity) + O2 Node BigInt live oracle (same_runtime_as_iut)"
    },
    "CVP-GOLD-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "8/8 legacy golden; 6/6 oracle-backed numeric"
    },
    "CVP-BND-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "7/7 boundary"
    },
    "CVP-INV-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "6 invalid-domain cases"
    },
    "CVP-NUM-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "exact_integer · BigInt · exact_equality (actual exact decimal string === independent oracle exact decimal string); mismatches=0; ULP not applicable"
    },
    "CVP-COV-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "2/2 declared partitions (factorial, invalid-domain) · 8 golden / 7 boundary unique cases · 6 Evidence invalid-input (may overlap boundary)"
    },
    "CVP-CONTRACT-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "1/1 contract checks"
    },
    "CVP-DEP-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "engine factorial; exact_integer BigInt (IUT/O2) · CPython int (O3). Node is a runtime dependency, not the numeric model"
    },
    "CVP-ART-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "release_integrity.status=verified · evidence_digest=CVP verification fingerprint v2 (canonical inputs, expected/actual/status, policy, versions; independent of generated_at) · evidence_bundle_sha256=legacy Evidence JSON bytes · production_sha256=bound production attestation report"
    },
    "CVP-PROD-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "CURRENT · site report pass · local checks pass · attestation_id=00c818a77ba026c2d6aa3f7402680cd2dac2a40a816209600bc3c3fcd0b8921c · CURRENT · Public schema 1.0.2 matches · Semantic contract ✓ · Production attested · Public/cache ✓ · Origin ✓ · schema_const=1.0.2 · report output-const=pass · evidence-sha256=pass · semantic-contract=pass · capability-html-public-origin-agree=pass · cvp-manifest-public-origin-agree=pass · cvp-reproduce-manifest-agree=pass · calculator-html-cvp-projection=pass · evidence-html-cvp-projection=pass · attested_evidence_sha256=9424f31d3ca937ec4a453e41479201945df6495214f0a220ebb742e7fd1c3f20"
    },
    "CVP-DIM-01": {
      "result": "SKIP",
      "applicability": "not_applicable",
      "notes": "Unitless core calculator — no physical dimension algebra"
    },
    "CVP-PROP-01": {
      "result": "PASS",
      "applicability": "applicable",
      "notes": "19/19 property"
    },
    "CVP-META-01": {
      "result": "PASS",
      "applicability": "applicable",
      "notes": "5/5 metamorphic"
    },
    "CVP-ROUND-01": {
      "result": "SKIP",
      "applicability": "not_applicable",
      "notes": "No inverse / round-trip vectors in pack — control not in obligation set"
    },
    "CVP-XCAL-01": {
      "result": "SKIP",
      "applicability": "not_applicable",
      "notes": "No related calculator in the same formula family / no related-identity peers declared — control not in obligation set"
    },
    "CVP-IFACE-01": {
      "result": "PASS",
      "applicability": "applicable",
      "notes": "UI (SSR) · REST · MCP equivalent (MCP uses calc API handler). ui-ssr is query-result HTML, not a live browser session."
    },
    "CVP-ORACLE-01": {
      "result": "PASS",
      "applicability": "higher_assurance",
      "notes": "O3 23/23 tabulated vectors vs IUT · Exact decimal-string identity vs Python math.factorial on the 23 published tabulated vectors (named 0,1,5,10,20,100,5000 plus 16 seeded n in 0–4999). 5000! is verified as the full 16,326-digit value and as SHA-256 of those ASCII digits. This is not a whole-domain proof beyond the published table."
    },
    "CVP-EXP-01": {
      "result": "SKIP",
      "applicability": "optional",
      "notes": "expert_reviewed=false"
    }
  },
  "tests": {
    "golden": {
      "passed": 6,
      "total": 6,
      "failed": 0,
      "case_ids": [
        "g-0",
        "g-1",
        "g-5",
        "g-20",
        "g-100",
        "g-5000"
      ]
    },
    "boundary": {
      "passed": 7,
      "total": 7,
      "failed": 0,
      "case_ids": [
        "negative",
        "fraction",
        "above-max",
        "empty",
        "boundary-alias-nInput",
        "boundary-non-numeric",
        "boundary-half-integer"
      ]
    },
    "invalid": {
      "passed": 6,
      "total": 6,
      "failed": 0,
      "case_ids": [
        "negative",
        "fraction",
        "above-max",
        "empty",
        "boundary-non-numeric",
        "boundary-half-integer"
      ]
    },
    "property": {
      "passed": 19,
      "total": 19,
      "failed": 0,
      "case_ids": [
        "prop-0",
        "prop-1",
        "prop-5",
        "prop-gen-00",
        "prop-gen-01",
        "prop-gen-02",
        "prop-gen-03",
        "prop-gen-04",
        "prop-gen-05",
        "prop-gen-06",
        "prop-gen-07",
        "prop-gen-08",
        "prop-gen-09",
        "prop-gen-10",
        "prop-gen-11",
        "prop-gen-12",
        "prop-gen-13",
        "prop-gen-14",
        "prop-gen-15"
      ],
      "definition_ids": [
        "zero-factorial",
        "one-factorial",
        "five-factorial",
        "seeded-recurrence-digits"
      ]
    },
    "round_trip": {
      "passed": 0,
      "total": 0,
      "failed": 0,
      "case_ids": []
    },
    "metamorphic": {
      "passed": 5,
      "total": 5,
      "failed": 0,
      "case_ids": [
        "meta-recurrence-5",
        "meta-recurrence-7",
        "meta-recurrence-20",
        "meta-recurrence-100",
        "meta-recurrence-seeded"
      ],
      "definition_ids": [
        "n-plus-one"
      ]
    },
    "contract": {
      "passed": 1,
      "total": 1,
      "failed": 0
    },
    "cross_interface": {
      "passed": 1,
      "total": 1,
      "failed": 0,
      "case_ids": [
        "iface-5"
      ]
    },
    "o3": {
      "passed": 23,
      "total": 23,
      "failed": 0,
      "case_ids": [
        "o3-fact-0",
        "o3-fact-1",
        "o3-fact-5",
        "o3-fact-10",
        "o3-fact-20",
        "o3-fact-100",
        "o3-fact-5000",
        "o3-fact-rand-00",
        "o3-fact-rand-01",
        "o3-fact-rand-02",
        "o3-fact-rand-03",
        "o3-fact-rand-04",
        "o3-fact-rand-05",
        "o3-fact-rand-06",
        "o3-fact-rand-07",
        "o3-fact-rand-08",
        "o3-fact-rand-09",
        "o3-fact-rand-10",
        "o3-fact-rand-11",
        "o3-fact-rand-12",
        "o3-fact-rand-13",
        "o3-fact-rand-14",
        "o3-fact-rand-15"
      ],
      "generator_id": "factorial-python-math-o3",
      "seed": "20260908",
      "table_sha256": "f96ef604c13d8e4da222c3e1e5347cb80273ab2b4b5f794c5a23cb956ba4a9a6",
      "criterion": "actual exact decimal string === independent oracle exact decimal string",
      "exact_mismatches": 0,
      "reproduce": "python3 generate-factorial-o3.py",
      "table_url": "/developers/cvp/reproduce/factorial-o3-tables.json",
      "generator_url": "/developers/cvp/reproduce/generate-factorial-o3.py",
      "checker_url": "/developers/cvp/reproduce/check-factorial-o3-rest.py",
      "claim_scope": "Exact decimal-string identity vs Python math.factorial on the 23 published tabulated vectors (named 0,1,5,10,20,100,5000 plus 16 seeded n in 0–4999). 5000! is verified as the full 16,326-digit value and as SHA-256 of those ASCII digits. This is not a whole-domain proof beyond the published table.",
      "reproduce_url": "https://www.calculatorx.com/evidence/math.factorial/reproduce"
    }
  },
  "coverage": {
    "partitions": [
      {
        "id": "factorial",
        "description": "n! compute",
        "exercised": true,
        "case_count": 71
      },
      {
        "id": "invalid-domain",
        "description": "Invalid inputs",
        "exercised": true,
        "case_count": 6
      }
    ]
  },
  "numerical": {
    "profile": "exact_integer",
    "representation": "exact_integer",
    "arithmetic": "BigInt",
    "comparison": "exact_equality",
    "criterion": "actual exact decimal string === independent oracle exact decimal string",
    "exact_policy": true,
    "ulp_applicable": false,
    "tolerance": {
      "type": "exact",
      "value": 0,
      "declared_before_evaluation": true,
      "rationale": "Ordinary n! is an exact integer. Acceptance is exact decimal-string identity vs independent oracles (O2 Node BigInt product; O3 Python math.factorial). Comparison is exact_equality; ULP is not applicable. Node/V8 is a runtime dependency, not the numeric model. Declared a priori."
    },
    "claim_scope": "Exact decimal-string identity vs Python math.factorial on the 23 published tabulated vectors (named 0,1,5,10,20,100,5000 plus 16 seeded n in 0–4999). 5000! is verified as the full 16,326-digit value and as SHA-256 of those ASCII digits. This is not a whole-domain proof beyond the published table.",
    "exact_mismatches": 0,
    "records": [
      {
        "id": "g-0",
        "reference": {
          "n": 0,
          "value": 1,
          "exact": "1",
          "digits": 1,
          "max_n": 5000,
          "exact_sha256": "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
        },
        "actual": {
          "n": 0,
          "value": 1,
          "exact": "1",
          "digits": 1,
          "max_n": 5000
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 1,
        "reference_sha256": "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b",
        "actual_sha256": "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
      },
      {
        "id": "g-1",
        "reference": {
          "n": 1,
          "value": 1,
          "exact": "1",
          "digits": 1,
          "max_n": 5000,
          "exact_sha256": "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
        },
        "actual": {
          "n": 1,
          "value": 1,
          "exact": "1",
          "digits": 1,
          "max_n": 5000
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 1,
        "reference_sha256": "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b",
        "actual_sha256": "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
      },
      {
        "id": "g-5",
        "reference": {
          "n": 5,
          "value": 120,
          "exact": "120",
          "digits": 3,
          "max_n": 5000,
          "exact_sha256": "2abaca4911e68fa9bfbf3482ee797fd5b9045b841fdff7253557c5fe15de6477"
        },
        "actual": {
          "n": 5,
          "value": 120,
          "exact": "120",
          "digits": 3,
          "max_n": 5000
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 3,
        "reference_sha256": "2abaca4911e68fa9bfbf3482ee797fd5b9045b841fdff7253557c5fe15de6477",
        "actual_sha256": "2abaca4911e68fa9bfbf3482ee797fd5b9045b841fdff7253557c5fe15de6477"
      },
      {
        "id": "g-20",
        "reference": {
          "n": 20,
          "value": "2432902008176640000",
          "exact": "2432902008176640000",
          "digits": 19,
          "max_n": 5000,
          "exact_sha256": "0f90a83d6efa0e58870635bedb7ca3eff1bdde520d4a98f83c8fec4c6b864611"
        },
        "actual": {
          "n": 20,
          "value": "2432902008176640000",
          "exact": "2432902008176640000",
          "digits": 19,
          "max_n": 5000
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 19,
        "reference_sha256": "0f90a83d6efa0e58870635bedb7ca3eff1bdde520d4a98f83c8fec4c6b864611",
        "actual_sha256": "0f90a83d6efa0e58870635bedb7ca3eff1bdde520d4a98f83c8fec4c6b864611"
      },
      {
        "id": "g-100",
        "reference": {
          "n": 100,
          "digits": 158,
          "max_n": 5000,
          "exact_sha256": "fb1bcc25c888ffc3d1a5f56b7a32ba89b9ae39f815ffea45faa8f419b321cb81",
          "exact_head": "93326215443944152681699238856266",
          "exact_tail": "10916864000000000000000000000000"
        },
        "actual": {
          "n": 100,
          "digits": 158,
          "max_n": 5000,
          "exact_head": "93326215443944152681699238856266",
          "exact_tail": "10916864000000000000000000000000",
          "exact_sha256": "fb1bcc25c888ffc3d1a5f56b7a32ba89b9ae39f815ffea45faa8f419b321cb81"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 158,
        "reference_sha256": "fb1bcc25c888ffc3d1a5f56b7a32ba89b9ae39f815ffea45faa8f419b321cb81",
        "actual_sha256": "fb1bcc25c888ffc3d1a5f56b7a32ba89b9ae39f815ffea45faa8f419b321cb81"
      },
      {
        "id": "g-5000",
        "reference": {
          "n": 5000,
          "digits": 16326,
          "max_n": 5000,
          "exact_sha256": "094d42f05e73233579bb69dfce8b1f4ffbafe0f7f255475e4ec74640d53ff39b",
          "exact_head": "42285779266055435222010642002335",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 5000,
          "digits": 16326,
          "max_n": 5000,
          "exact_head": "42285779266055435222010642002335",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "094d42f05e73233579bb69dfce8b1f4ffbafe0f7f255475e4ec74640d53ff39b"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 16326,
        "reference_sha256": "094d42f05e73233579bb69dfce8b1f4ffbafe0f7f255475e4ec74640d53ff39b",
        "actual_sha256": "094d42f05e73233579bb69dfce8b1f4ffbafe0f7f255475e4ec74640d53ff39b"
      },
      {
        "id": "o3-fact-0",
        "reference": {
          "n": 0,
          "value": 1,
          "exact": "1",
          "digits": 1,
          "max_n": 5000,
          "exact_sha256": "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
        },
        "actual": {
          "n": 0,
          "value": 1,
          "exact": "1",
          "digits": 1,
          "max_n": 5000
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 1,
        "reference_sha256": "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b",
        "actual_sha256": "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
      },
      {
        "id": "o3-fact-1",
        "reference": {
          "n": 1,
          "value": 1,
          "exact": "1",
          "digits": 1,
          "max_n": 5000,
          "exact_sha256": "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
        },
        "actual": {
          "n": 1,
          "value": 1,
          "exact": "1",
          "digits": 1,
          "max_n": 5000
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 1,
        "reference_sha256": "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b",
        "actual_sha256": "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"
      },
      {
        "id": "o3-fact-5",
        "reference": {
          "n": 5,
          "value": 120,
          "exact": "120",
          "digits": 3,
          "max_n": 5000,
          "exact_sha256": "2abaca4911e68fa9bfbf3482ee797fd5b9045b841fdff7253557c5fe15de6477"
        },
        "actual": {
          "n": 5,
          "value": 120,
          "exact": "120",
          "digits": 3,
          "max_n": 5000
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 3,
        "reference_sha256": "2abaca4911e68fa9bfbf3482ee797fd5b9045b841fdff7253557c5fe15de6477",
        "actual_sha256": "2abaca4911e68fa9bfbf3482ee797fd5b9045b841fdff7253557c5fe15de6477"
      },
      {
        "id": "o3-fact-10",
        "reference": {
          "n": 10,
          "value": 3628800,
          "exact": "3628800",
          "digits": 7,
          "max_n": 5000,
          "exact_sha256": "4b8c4c67c5066c2d71cc7650eeb3f6e774e9cbbcea3252eacba190af6e87b0f9"
        },
        "actual": {
          "n": 10,
          "value": 3628800,
          "exact": "3628800",
          "digits": 7,
          "max_n": 5000
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 7,
        "reference_sha256": "4b8c4c67c5066c2d71cc7650eeb3f6e774e9cbbcea3252eacba190af6e87b0f9",
        "actual_sha256": "4b8c4c67c5066c2d71cc7650eeb3f6e774e9cbbcea3252eacba190af6e87b0f9"
      },
      {
        "id": "o3-fact-20",
        "reference": {
          "n": 20,
          "value": "2432902008176640000",
          "exact": "2432902008176640000",
          "digits": 19,
          "max_n": 5000,
          "exact_sha256": "0f90a83d6efa0e58870635bedb7ca3eff1bdde520d4a98f83c8fec4c6b864611"
        },
        "actual": {
          "n": 20,
          "value": "2432902008176640000",
          "exact": "2432902008176640000",
          "digits": 19,
          "max_n": 5000
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 19,
        "reference_sha256": "0f90a83d6efa0e58870635bedb7ca3eff1bdde520d4a98f83c8fec4c6b864611",
        "actual_sha256": "0f90a83d6efa0e58870635bedb7ca3eff1bdde520d4a98f83c8fec4c6b864611"
      },
      {
        "id": "o3-fact-100",
        "reference": {
          "n": 100,
          "digits": 158,
          "max_n": 5000,
          "exact_sha256": "fb1bcc25c888ffc3d1a5f56b7a32ba89b9ae39f815ffea45faa8f419b321cb81",
          "exact_head": "93326215443944152681699238856266",
          "exact_tail": "10916864000000000000000000000000"
        },
        "actual": {
          "n": 100,
          "digits": 158,
          "max_n": 5000,
          "exact_head": "93326215443944152681699238856266",
          "exact_tail": "10916864000000000000000000000000",
          "exact_sha256": "fb1bcc25c888ffc3d1a5f56b7a32ba89b9ae39f815ffea45faa8f419b321cb81"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 158,
        "reference_sha256": "fb1bcc25c888ffc3d1a5f56b7a32ba89b9ae39f815ffea45faa8f419b321cb81",
        "actual_sha256": "fb1bcc25c888ffc3d1a5f56b7a32ba89b9ae39f815ffea45faa8f419b321cb81"
      },
      {
        "id": "o3-fact-5000",
        "reference": {
          "n": 5000,
          "digits": 16326,
          "max_n": 5000,
          "exact_sha256": "094d42f05e73233579bb69dfce8b1f4ffbafe0f7f255475e4ec74640d53ff39b",
          "exact_head": "42285779266055435222010642002335",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 5000,
          "digits": 16326,
          "max_n": 5000,
          "exact_head": "42285779266055435222010642002335",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "094d42f05e73233579bb69dfce8b1f4ffbafe0f7f255475e4ec74640d53ff39b"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 16326,
        "reference_sha256": "094d42f05e73233579bb69dfce8b1f4ffbafe0f7f255475e4ec74640d53ff39b",
        "actual_sha256": "094d42f05e73233579bb69dfce8b1f4ffbafe0f7f255475e4ec74640d53ff39b"
      },
      {
        "id": "o3-fact-rand-00",
        "reference": {
          "n": 4731,
          "digits": 15334,
          "max_n": 5000,
          "exact_sha256": "649648bbf4c2e9f4912c1388675f8e59bd046522974121f3d91a53e3b30284ee",
          "exact_head": "61912364639356890986538992082067",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 4731,
          "digits": 15334,
          "max_n": 5000,
          "exact_head": "61912364639356890986538992082067",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "649648bbf4c2e9f4912c1388675f8e59bd046522974121f3d91a53e3b30284ee"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 15334,
        "reference_sha256": "649648bbf4c2e9f4912c1388675f8e59bd046522974121f3d91a53e3b30284ee",
        "actual_sha256": "649648bbf4c2e9f4912c1388675f8e59bd046522974121f3d91a53e3b30284ee"
      },
      {
        "id": "o3-fact-rand-01",
        "reference": {
          "n": 1862,
          "digits": 5283,
          "max_n": 5000,
          "exact_sha256": "a67dc46a0bde9ffb218d98af393f27079c292be80a99aaa6f6a48647621af614",
          "exact_head": "12020757028070312327953361661439",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 1862,
          "digits": 5283,
          "max_n": 5000,
          "exact_head": "12020757028070312327953361661439",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "a67dc46a0bde9ffb218d98af393f27079c292be80a99aaa6f6a48647621af614"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 5283,
        "reference_sha256": "a67dc46a0bde9ffb218d98af393f27079c292be80a99aaa6f6a48647621af614",
        "actual_sha256": "a67dc46a0bde9ffb218d98af393f27079c292be80a99aaa6f6a48647621af614"
      },
      {
        "id": "o3-fact-rand-02",
        "reference": {
          "n": 4741,
          "digits": 15371,
          "max_n": 5000,
          "exact_sha256": "9c4c6a98218282e9d3479f6f443cd4329704e313d35550773d8eb5380506d38e",
          "exact_head": "35184550685346498406985233068257",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 4741,
          "digits": 15371,
          "max_n": 5000,
          "exact_head": "35184550685346498406985233068257",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "9c4c6a98218282e9d3479f6f443cd4329704e313d35550773d8eb5380506d38e"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 15371,
        "reference_sha256": "9c4c6a98218282e9d3479f6f443cd4329704e313d35550773d8eb5380506d38e",
        "actual_sha256": "9c4c6a98218282e9d3479f6f443cd4329704e313d35550773d8eb5380506d38e"
      },
      {
        "id": "o3-fact-rand-03",
        "reference": {
          "n": 1472,
          "digits": 4026,
          "max_n": 5000,
          "exact_sha256": "ab178c4fd8791c8d4e8629d1add1b7cd74472da23b2fc9f77003e93a3f0ef534",
          "exact_head": "72759111360088259002971813157796",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 1472,
          "digits": 4026,
          "max_n": 5000,
          "exact_head": "72759111360088259002971813157796",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "ab178c4fd8791c8d4e8629d1add1b7cd74472da23b2fc9f77003e93a3f0ef534"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 4026,
        "reference_sha256": "ab178c4fd8791c8d4e8629d1add1b7cd74472da23b2fc9f77003e93a3f0ef534",
        "actual_sha256": "ab178c4fd8791c8d4e8629d1add1b7cd74472da23b2fc9f77003e93a3f0ef534"
      },
      {
        "id": "o3-fact-rand-04",
        "reference": {
          "n": 1439,
          "digits": 3922,
          "max_n": 5000,
          "exact_sha256": "252fe4d559aff3aecca7b0a56464938fefd57b5ebbb577802f0a509453fb7b81",
          "exact_head": "30051662126956005097484594241997",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 1439,
          "digits": 3922,
          "max_n": 5000,
          "exact_head": "30051662126956005097484594241997",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "252fe4d559aff3aecca7b0a56464938fefd57b5ebbb577802f0a509453fb7b81"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 3922,
        "reference_sha256": "252fe4d559aff3aecca7b0a56464938fefd57b5ebbb577802f0a509453fb7b81",
        "actual_sha256": "252fe4d559aff3aecca7b0a56464938fefd57b5ebbb577802f0a509453fb7b81"
      },
      {
        "id": "o3-fact-rand-05",
        "reference": {
          "n": 1394,
          "digits": 3780,
          "max_n": 5000,
          "exact_sha256": "d51db555da669aea655a9d73601fc57793dc2a577ba0483144d60e21de0c4efc",
          "exact_head": "46456462241040111760397608517104",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 1394,
          "digits": 3780,
          "max_n": 5000,
          "exact_head": "46456462241040111760397608517104",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "d51db555da669aea655a9d73601fc57793dc2a577ba0483144d60e21de0c4efc"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 3780,
        "reference_sha256": "d51db555da669aea655a9d73601fc57793dc2a577ba0483144d60e21de0c4efc",
        "actual_sha256": "d51db555da669aea655a9d73601fc57793dc2a577ba0483144d60e21de0c4efc"
      },
      {
        "id": "o3-fact-rand-06",
        "reference": {
          "n": 3089,
          "digits": 9441,
          "max_n": 5000,
          "exact_sha256": "b50684713fe74dbc2d619b6992896b2a4a8ca6fc447b5dc8ef87b2c679e99eae",
          "exact_head": "45276698208491482355463177631828",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 3089,
          "digits": 9441,
          "max_n": 5000,
          "exact_head": "45276698208491482355463177631828",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "b50684713fe74dbc2d619b6992896b2a4a8ca6fc447b5dc8ef87b2c679e99eae"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 9441,
        "reference_sha256": "b50684713fe74dbc2d619b6992896b2a4a8ca6fc447b5dc8ef87b2c679e99eae",
        "actual_sha256": "b50684713fe74dbc2d619b6992896b2a4a8ca6fc447b5dc8ef87b2c679e99eae"
      },
      {
        "id": "o3-fact-rand-07",
        "reference": {
          "n": 244,
          "digits": 479,
          "max_n": 5000,
          "exact_sha256": "ba03b9cb747edc310476d228dee766f103e363943a168660d78986055cc108ec",
          "exact_head": "14066861585910957825823554248473",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 244,
          "digits": 479,
          "max_n": 5000,
          "exact_head": "14066861585910957825823554248473",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "ba03b9cb747edc310476d228dee766f103e363943a168660d78986055cc108ec"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 479,
        "reference_sha256": "ba03b9cb747edc310476d228dee766f103e363943a168660d78986055cc108ec",
        "actual_sha256": "ba03b9cb747edc310476d228dee766f103e363943a168660d78986055cc108ec"
      },
      {
        "id": "o3-fact-rand-08",
        "reference": {
          "n": 955,
          "digits": 2434,
          "max_n": 5000,
          "exact_sha256": "bfee11ee9eb5d0e455871081b6f34bf79ee4520f501e9b914eb30af67c4ef54f",
          "exact_head": "10993074252010953339498052668752",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 955,
          "digits": 2434,
          "max_n": 5000,
          "exact_head": "10993074252010953339498052668752",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "bfee11ee9eb5d0e455871081b6f34bf79ee4520f501e9b914eb30af67c4ef54f"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 2434,
        "reference_sha256": "bfee11ee9eb5d0e455871081b6f34bf79ee4520f501e9b914eb30af67c4ef54f",
        "actual_sha256": "bfee11ee9eb5d0e455871081b6f34bf79ee4520f501e9b914eb30af67c4ef54f"
      },
      {
        "id": "o3-fact-rand-09",
        "reference": {
          "n": 2678,
          "digits": 8019,
          "max_n": 5000,
          "exact_sha256": "5af8b1646f6496db54d58144b897ea89d5b3471acd6d74de2a9b838706fc2b51",
          "exact_head": "56117694978648060575363444954035",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 2678,
          "digits": 8019,
          "max_n": 5000,
          "exact_head": "56117694978648060575363444954035",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "5af8b1646f6496db54d58144b897ea89d5b3471acd6d74de2a9b838706fc2b51"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 8019,
        "reference_sha256": "5af8b1646f6496db54d58144b897ea89d5b3471acd6d74de2a9b838706fc2b51",
        "actual_sha256": "5af8b1646f6496db54d58144b897ea89d5b3471acd6d74de2a9b838706fc2b51"
      },
      {
        "id": "o3-fact-rand-10",
        "reference": {
          "n": 3781,
          "digits": 11888,
          "max_n": 5000,
          "exact_sha256": "a80a2a9c8af429f95c41bbde89175698f8fded3168ca51f4750985caa4b9c5cf",
          "exact_head": "11254180499332064548632406735298",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 3781,
          "digits": 11888,
          "max_n": 5000,
          "exact_head": "11254180499332064548632406735298",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "a80a2a9c8af429f95c41bbde89175698f8fded3168ca51f4750985caa4b9c5cf"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 11888,
        "reference_sha256": "a80a2a9c8af429f95c41bbde89175698f8fded3168ca51f4750985caa4b9c5cf",
        "actual_sha256": "a80a2a9c8af429f95c41bbde89175698f8fded3168ca51f4750985caa4b9c5cf"
      },
      {
        "id": "o3-fact-rand-11",
        "reference": {
          "n": 3376,
          "digits": 10448,
          "max_n": 5000,
          "exact_sha256": "71653c2c6d224cd2c59fc05f8fe60e4b9b554ef13433f91c40ae12a9baf6d21c",
          "exact_head": "74432310315938537000097887347979",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 3376,
          "digits": 10448,
          "max_n": 5000,
          "exact_head": "74432310315938537000097887347979",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "71653c2c6d224cd2c59fc05f8fe60e4b9b554ef13433f91c40ae12a9baf6d21c"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 10448,
        "reference_sha256": "71653c2c6d224cd2c59fc05f8fe60e4b9b554ef13433f91c40ae12a9baf6d21c",
        "actual_sha256": "71653c2c6d224cd2c59fc05f8fe60e4b9b554ef13433f91c40ae12a9baf6d21c"
      },
      {
        "id": "o3-fact-rand-12",
        "reference": {
          "n": 1543,
          "digits": 4252,
          "max_n": 5000,
          "exact_sha256": "dedfba8c364d7d251455a2d6cfd071e5e7a4f2c0f241bc1be8abbca11e07f6d9",
          "exact_head": "33537809305774719277115900447084",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 1543,
          "digits": 4252,
          "max_n": 5000,
          "exact_head": "33537809305774719277115900447084",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "dedfba8c364d7d251455a2d6cfd071e5e7a4f2c0f241bc1be8abbca11e07f6d9"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 4252,
        "reference_sha256": "dedfba8c364d7d251455a2d6cfd071e5e7a4f2c0f241bc1be8abbca11e07f6d9",
        "actual_sha256": "dedfba8c364d7d251455a2d6cfd071e5e7a4f2c0f241bc1be8abbca11e07f6d9"
      },
      {
        "id": "o3-fact-rand-13",
        "reference": {
          "n": 578,
          "digits": 1348,
          "max_n": 5000,
          "exact_sha256": "ada22951294a66db68649ed1f8899a3342c3d7f3cfd699f10bcac7cfb2735354",
          "exact_head": "14196998449842603184645079185085",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 578,
          "digits": 1348,
          "max_n": 5000,
          "exact_head": "14196998449842603184645079185085",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "ada22951294a66db68649ed1f8899a3342c3d7f3cfd699f10bcac7cfb2735354"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 1348,
        "reference_sha256": "ada22951294a66db68649ed1f8899a3342c3d7f3cfd699f10bcac7cfb2735354",
        "actual_sha256": "ada22951294a66db68649ed1f8899a3342c3d7f3cfd699f10bcac7cfb2735354"
      },
      {
        "id": "o3-fact-rand-14",
        "reference": {
          "n": 4553,
          "digits": 14682,
          "max_n": 5000,
          "exact_sha256": "39d36395e4021d204b409002b09fc7ed88e77c8c45634ba02749189b3db25582",
          "exact_head": "13021843029590910557953985117702",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 4553,
          "digits": 14682,
          "max_n": 5000,
          "exact_head": "13021843029590910557953985117702",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "39d36395e4021d204b409002b09fc7ed88e77c8c45634ba02749189b3db25582"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 14682,
        "reference_sha256": "39d36395e4021d204b409002b09fc7ed88e77c8c45634ba02749189b3db25582",
        "actual_sha256": "39d36395e4021d204b409002b09fc7ed88e77c8c45634ba02749189b3db25582"
      },
      {
        "id": "o3-fact-rand-15",
        "reference": {
          "n": 4492,
          "digits": 14459,
          "max_n": 5000,
          "exact_sha256": "5246e967c411d67ffc5d903a104dc621be71030e89f4f2ecaddb8b5e3bd96f2a",
          "exact_head": "13609786960068867731820589178863",
          "exact_tail": "00000000000000000000000000000000"
        },
        "actual": {
          "n": 4492,
          "digits": 14459,
          "max_n": 5000,
          "exact_head": "13609786960068867731820589178863",
          "exact_tail": "00000000000000000000000000000000",
          "exact_sha256": "5246e967c411d67ffc5d903a104dc621be71030e89f4f2ecaddb8b5e3bd96f2a"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 14459,
        "reference_sha256": "5246e967c411d67ffc5d903a104dc621be71030e89f4f2ecaddb8b5e3bd96f2a",
        "actual_sha256": "5246e967c411d67ffc5d903a104dc621be71030e89f4f2ecaddb8b5e3bd96f2a"
      }
    ]
  },
  "interfaces": {
    "compared": [
      "ui-ssr",
      "rest",
      "mcp"
    ],
    "result": "PASS",
    "notes": "UI (SSR) · REST · MCP equivalent (MCP uses calc API handler). ui-ssr is query-result HTML, not a live browser session."
  },
  "artifacts": {
    "evidence_bundle_sha256": "7ad8a59d00fff52fff82d15030018e2c54612f472d070f73f9cd7388fe13cf10",
    "evidence_digest": "b7065c58307c3477dc76583b92ad80a0fffcbe5c4ed3ec567d0cd56fa6edf1a6",
    "production_sha256": "9424f31d3ca937ec4a453e41479201945df6495214f0a220ebb742e7fd1c3f20",
    "attested_catalog_sha256": "e03ef81b30568018b171fd1fc4757c2abe9df7220d9ff35bbaf08038d7630cdb",
    "production_checks": [
      {
        "id": "math.factorial:output-const",
        "status": "pass",
        "detail": "output const 1.0.2 vs capability 1.0.2",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-10T02:52:51.379Z"
      },
      {
        "id": "math.factorial:evidence-sha256",
        "status": "pass",
        "detail": "dbb73a668bdd",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-10T02:52:51.379Z"
      },
      {
        "id": "math.factorial:semantic-contract",
        "status": "pass",
        "detail": "24/24",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-10T02:52:51.379Z"
      },
      {
        "id": "math.factorial:capability-html-public-origin-agree",
        "status": "pass",
        "detail": "public 1.0.2 vs origin 1.0.2",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-10T02:52:51.379Z"
      },
      {
        "id": "math.factorial:cvp-manifest-public-origin-agree",
        "status": "pass",
        "detail": "math.factorial/1.0.2/2026-09-08.exact-integer-profile/core/b7065c58307c",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-10T02:52:51.379Z",
        "projection_compared": false,
        "observed_live_projection_at_attestation": "VERIFIED"
      },
      {
        "id": "math.factorial:cvp-reproduce-manifest-agree",
        "status": "pass",
        "detail": "2026-09-08.exact-integer-profile · f96ef604c13d",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-10T02:52:51.379Z"
      },
      {
        "id": "math.factorial:calculator-html-cvp-projection",
        "status": "pass",
        "detail": "matches Manifest",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-10T02:52:51.379Z"
      },
      {
        "id": "math.factorial:evidence-html-cvp-projection",
        "status": "pass",
        "detail": "matches Manifest",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-10T02:52:51.379Z"
      }
    ]
  },
  "dependencies": [
    {
      "name": "factorial-engine",
      "version": "1.0.2"
    },
    {
      "name": "factorial-reference-oracle",
      "version": "1.0.0"
    },
    {
      "name": "factorial-python-math-o3",
      "version": "factorial-python-math-o3"
    },
    {
      "name": "node",
      "version": "20.19.2"
    }
  ],
  "attestation": {
    "status": "CURRENT",
    "href": "/.well-known/calculatorx-production-attestation.json",
    "id": "00c818a77ba026c2d6aa3f7402680cd2dac2a40a816209600bc3c3fcd0b8921c",
    "attested_at": "2026-09-10T02:52:51.379Z"
  },
  "domain_review": {
    "status": "ABSENT",
    "spec_version": "1.0.2"
  },
  "timestamps": {
    "verified_at": "2026-09-10T03:41:46.760Z",
    "generated_at": "2026-09-10T03:41:46.760Z"
  },
  "links": {
    "legacy_evidence": "https://www.calculatorx.com/evidence/math.factorial/1.0.2.json",
    "evidence_page": "https://www.calculatorx.com/evidence/math.factorial/1.0.2",
    "calculator": "https://www.calculatorx.com/calc/math/factorial",
    "schema": "https://www.calculatorx.com/developers/cvp/schema/cvp-evidence-1.0.json",
    "protocol": "https://www.calculatorx.com/developers/cvp/spec/1.0",
    "manifest": "https://www.calculatorx.com/evidence/math.factorial/1.0.2.cvp.json",
    "manifest_immutable": "https://www.calculatorx.com/evidence/math.factorial/1.0.2/2026-09-08.exact-integer-profile.cvp.json",
    "reproduce": "https://www.calculatorx.com/evidence/math.factorial/reproduce",
    "o3_table": "https://www.calculatorx.com/developers/cvp/reproduce/factorial-o3-tables.json",
    "o3_generator": "https://www.calculatorx.com/developers/cvp/reproduce/generate-factorial-o3.py",
    "o3_checker": "https://www.calculatorx.com/developers/cvp/reproduce/check-factorial-o3-rest.py"
  }
}
