Commit e5d4eee
authored
Add OpenVmHalo2Verifier (#1)
* feat: add OpenVmHalo2Verifier that will wrap a snark-verifier outputted verifier contract to expose a more user-friendly interface
* refactor: flip args
* refactor: separate the proof construction into its own function
* refactor: simplify pvs copying
* chore: update docs and cleanup
* chore: address comments
* perf: optimize pvs injection
* chore: address comments
* chore: uncomment verifier
* feat: update Halo2Verifier to use the vm config from kitchen sink benchmark
* docs: update docs
* chore: flip comment
* chore: address renamings
* chore: remove lcov.info
* chore: rename all instances of partial proof and guest pvs1 parent 476fa9e commit e5d4eee
File tree
9 files changed
+2343
-132
lines changed- script
- src
- interfaces
- test
9 files changed
+2343
-132
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
This file was deleted.
This file was deleted.
0 commit comments