halo2
halo2 copied to clipboard
feat: split `create_proof`
Description
- Split the
create_prooffunction into focused/stage functions
Related issues
- Resolve #247
Changes
- create new focused/stage functions in
Proverstruct, likegen_permuted_lookups, ... - refactor the
create_proofso that it uses the stage functions
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.13%. Comparing base (
553953d) to head (8e8d884).
Additional details and impacted files
@@ Coverage Diff @@
## main #365 +/- ##
==========================================
+ Coverage 85.00% 85.13% +0.12%
==========================================
Files 85 85
Lines 18711 18862 +151
==========================================
+ Hits 15906 16058 +152
+ Misses 2805 2804 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.