filecoin-project / rust-fil-proofs

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

refactor: use new_groth16_with_feature #1742

Closed vmx closed 9 months ago

vmx commented 9 months ago

All users were using a hard-coded PoRep ID for create_replica() already, hence we can remove that parameter and use get_porep_config() directly.