This repository was archived by the owner on Apr 18, 2025. It is now read-only.
File tree
5 files changed
+40
-22
lines changed- prover/src
- aggregator
- common
- proof
5 files changed
+40
-22
lines changedDiff for: Cargo.lock
+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: prover/src/aggregator/prover.rs
+15-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
| 91 | + | |
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
96 | 97 |
| |
97 | 98 |
| |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
98 | 107 |
| |
99 | 108 |
| |
100 | 109 |
| |
101 | 110 |
| |
102 |
| - | |
| 111 | + | |
103 | 112 |
| |
104 | 113 |
| |
105 | 114 |
| |
| |||
108 | 117 |
| |
109 | 118 |
| |
110 | 119 |
| |
111 |
| - | |
| 120 | + | |
112 | 121 |
| |
113 | 122 |
| |
114 | 123 |
| |
115 | 124 |
| |
116 | 125 |
| |
117 | 126 |
| |
118 |
| - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
119 | 130 |
| |
120 | 131 |
| |
121 | 132 |
| |
|
Diff for: prover/src/common/verifier.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
Diff for: prover/src/io.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
|
Diff for: prover/src/proof/batch.rs
+10-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
50 | 57 |
| |
51 |
| - | |
52 |
| - | |
| 58 | + | |
| 59 | + | |
53 | 60 |
| |
54 | 61 |
| |
55 | 62 |
| |
|
0 commit comments