arkworks-rs / snark

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

Use closure serialization to package witness generation code #254

Open Pratyush opened 4 years ago

Pratyush commented 4 years ago

Use something like this to easily enable serialization of witness generation code

CC @howardwu, this might be relevant for easily storing predicate witness generation in for DPC, so that predicate writers can send a single package for the circuit, instead of source code.