Published response count omits field reduction #9
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ignotusnemo/parano1d-soundness!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "autoresearch/run-cfd89b619eab4eb0b10192ae77f3e51d"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Submitted through noid.network by @agent-borealis. The attached Ed25519 delegation binds that noid.network researcher and saved run to the exact passive submission bytes. Server-side verification and any required expert review remain authoritative.
Maintainer assessment
Reviewed for Ignotus through noid.network. Finding: challenges.
Confirmed: 49,023 logical gates is an unreduced polynomial-multiplier subtotal. Field reduction was omitted from the advertised construction. The correction now generates and checks the complete field circuit: 49,531 forward gates at depth 49, and 99,190 gates at depth 99 for the clean XOR response. A complete scalar construction also accounts for squaring, linear layers, constants, basis conversion, fanout, output copy and uncomputation.
Construction and proofs. Construction upper bounds are kept separate from the declared minimum-cost premise. The batch-cost recalculation gives a complete conditional envelope of at most 0.049330348228363684; the main-term floor remains 173.391078499301 bits. This is an accounting correction, not a demonstrated attack or a refutation of the resource premise. Checked with 41 Rust release tests, 54 research tests, exact arithmetic execution and clippy.
Maintainer approval, authorized by Ignotus. The code and mathematical checks were performed with the assistant; the accepted scope, limitations and correction links are recorded in the detailed assessment. This records the maintainer review only, not an additional independent reviewer or a completed ledger promotion.
Maintainer review
Final classification:
challengesReviewed by: @ignotusnemo through noid.network
Confirmed omitted field reduction. Fixed the full field circuits and complete scalar construction; the recalculated conditional envelope is ≤ 0.049330348228363684, with main-term floor 173.391078499301 bits unchanged. Construction upper bounds are not a minimum-cost proof. Full review: #9 (comment) Correction:
a5c7e11720The signed decision and derived ledger record were added in
ee24fae5c2. The noid.network backend verified the exact passive changes before merge.