Activate the C1 production profile for end-to-end post-quantum soundness #4
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pool
post-quantum
question
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ignotusnemo/parano1d!4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v2"
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?
Summary
This PR activates
C1as the canonical production proof profile for Parano1d.The profile extends algebraic Fiat–Shamir challenges, terminal claims and recursive region authentication into
GF(2^256), while committed traces and Poseidon2b remain overGF(2^128).The mandatory joint
HistorySteppath covers wallet authorization, the block relation, parent linkage, the exact State transition and recursive verification in one end-to-end security game.Under the fixed Poseidon2b delta and coherent response-cost premises stated in the theorem, the production profile meets NIST PQC Category 1 for State validation from genesis.
Production profile
GF(2^128)GF(2^128)GF(2^256)2^255m = 22,N = 2^19, up to 25 positionsm = 24,N = 2^21, up to 255 positions1/4Security results
2^170referenceCategory 1 calculation
2^170MAXDEPTHpoints2^40,2^64,2^96MAXDEPTH = 2^40wallet.query17,648,28011,352200,343,274,560≤ 0.051693750450980417≤ 0.000199022715317804≤ 0.001471367157310191≤ 0.053364140323608411Delta_P2b^C1 < 0.446635859676391589The dominant half-success gate-depth floor is above the NIST Category 1 reference, while the complete ideal success bound remains below one half throughout the evaluated resource envelope.
Production activation
This PR:
GF(2^256)challenge field and production C1 transcript;GF(2^256)transcript;HistoryStepterminal the mandatory production authority;noid_soundnessexecutable certificate and exact rational calculator;Reproduction
The certificate imports the parameters used by the production prover and verifier, checks their correspondence and evaluates the security inequalities with arbitrary-precision integer and rational arithmetic.
Current validation completes with all 20 certificate tests passing.
Research and certificate