arkworks-rs / snark

Interfaces for Relations and SNARKs for these relations
https://www.arkworks.rs
Apache License 2.0
770 stars 207 forks source link

Remove dependence of `SNARK` on `ConstraintSynthesizer` #321

Open Pratyush opened 3 years ago

Pratyush commented 3 years ago

ConstraintSynthesizer is specific to R1CS, so either we need to generalize ConstraintSynthesizer to other relations that might pop up in the future, or we need to remove it.