Skip to content

Commit

Permalink
refactor: make prove_layers_generate operate on a single partition
Browse files Browse the repository at this point in the history
`prove_layers_generate()` now operates on a single partition. This makes it
clearer that Synthetic PoReps always operate on a single partition only.

With the challenge generation moved outside of this function, it's also a
clearer separation of concerns, as it now operates directly on the challenges
given, without know anything about how they were generated. This also useful
for the work of having small, special case binaries for certain operations.
  • Loading branch information
vmx committed Oct 9, 2023
1 parent 3c32306 commit 2779a36
Showing 1 changed file with 187 additions and 178 deletions.
Loading

0 comments on commit 2779a36

Please sign in to comment.