filecoin-project / rust-fil-proofs

Proofs for Filecoin in Rust
Other
489 stars 314 forks source link

feat: non-interactive PoRep #1734

Closed vmx closed 9 months ago

vmx commented 10 months ago

Adding non-interactive PoRep. It's similar to the interactive PoRep, but it performance 12.6x the amount of proofs. In order to not overwhelm the system with too many parallel proofs, they are split into batches of 10, which then leads to a similar resource consumption per batch as for a single interactive PoRep.

vmx commented 9 months ago

OK, I've rebased the commit and added a proper commit message, which I've also added to the description of this PR.