EspressoSystems / hyperplonk

MIT License
181 stars 38 forks source link

Optimize verifier eq #102

Closed bbuenz closed 1 year ago

bbuenz commented 1 year ago

Optimize the verifier by directly evaluating eq instead of building the entire table. Also enabled public inputs that are smaller than a witness column. Only supports power of 2 public inputs. For mu=19 Fixing EQ: 137.558ms -> 44.067ms Fixing public inputs 44.067ms->20.560ms

close #100