EspressoSystems / jellyfish

A Rust Implementation of the PLONK ZKP System and Extensions
https://jellyfish.docs.espressosys.com
MIT License
385 stars 93 forks source link

fix: parallel feature flags #583

Closed mrain closed 2 months ago

mrain commented 2 months ago

Originally if your crate depends on jf-signature and jf-relation, you cannot turn on jf-relation/parallel because jf-signature depends on jf-relation without parallel feature.

This PR:

Propagate the parallel feature flag so that upstream crate won't have compilation issue.

This PR does not:

Key places to review:


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.