Commit dc557cb
fix: restore verifier setup from shared memory to fix verify panic
The previous optimization skipped reading PCS setup from shared memory
and returned empty defaults, which caused verify to panic on v_keys
lookup (unwrap on None).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2465d52 commit dc557cb
File tree
1 file changed
+5
-5
lines changed- expander_compiler/src/zkcuda/proving_system/expander_parallelized
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments