On 8 September 2026 the ECDSA.Fail challenge organizers accepted a submission by Ross Nkama, Potomac’s CTO, for the reversible secp256k1 point-addition circuit. His public submission note describes the method; the organizers’ validation commit records the accepted contribution. The steps below summarize the disclosed methodology without reproducing commands, seeds, prompts, or infrastructure details.
Reproduce the baseline
The prior frontier circuit was rebuilt and rerun in the official harness before any change, so that later improvements were measured against a reproduced number rather than a displayed one.
Form a hypothesis and a tradeoff
A mathematical hypothesis about the arithmetic identified where executed Toffoli count could fall, together with the constraint that peak qubit width must not rise.
Explore with parallel research agents
An agentic run using the MultiVM Labs research harness in an agentic coding environment dispatched parallel research subagents to explore and implement candidate changes.
Test against evaluators
Candidates were checked against explicit correctness evaluators and the benchmark’s resource accounting, and discarded when they failed either.
Coordinate classical compute
A GPU screening procedure written for the run, with checkpointing and reassignment after failed hosts, handled the classical search work the experiment needed.
Repeat in a fresh environment
The accepted configuration was rerun from a fresh clone of the official harness, and the evidence was retained with the submission.
| Measure | Prior frontier baseline | Accepted submission |
|---|---|---|
| Logical qubit width | 1,260 | 1,260 |
| Average executed Toffoli count, rounded | 904,049 | 902,838 |
| Score, Q multiplied by T | 1,139,101,740 | 1,137,575,880 |
Prior frontier baseline versus the accepted submission, as displayed by the benchmark. The score uses the benchmark’s accounting and rounded displayed values.
The accepted change reduced the average executed Toffoli count by 1,211, from 904,049 to 902,838, at an unchanged logical qubit width of 1,260. Under the benchmark’s score, Q multiplied by T, that is an improvement of about 0.13 percent. The measure is gate count, not circuit depth.
Recorded where
- Validation commit
Accepted on 8 September 2026. Submission 9e1ab6ad-c778-4d2f-8a04-16413677abf6 is recorded in the challenge repository.
Official validation commit (Layr-Labs/ecdsafail-challenge)- Community ranking
The community leaderboard listed Rossnkama third of 71 authors by best score when reviewed on 20 September 2026. Rankings change as new submissions are accepted.
Community author ranking for Rossnkama- Evaluator
The official harness that measured both the baseline and the submission.
Challenge repository and evaluator