Commit bef541f
authored
fix: verify accumulated pairing points in native ChonkVerifier (v4 backport) (#21975)
## Summary
- Backport of 50ba735 to v4
- Native `ChonkVerifier::verify` was missing
`kernel_io.pairing_inputs.check()` — the accumulated pairing points from
inner recursive verifications
- The recursive verifier already included this check; the native
verifier did not
- Adds the missing check for parity between native and recursive
verification paths1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
0 commit comments