snark icon indicating copy to clipboard operation
snark copied to clipboard

Add optional configurable circuit generator for testing

Open tsunrise opened this issue 3 years ago • 0 comments

in r1cs crate: I believe it is better to add a circuit generator with configurable number of instance variables, number of witness variables, sparsity, and random source. So, when user is testing their own proof protocols, they do not need to write code to generate circuit again. This circuit generator can be an optional feature.

Should I write a PR to add this feature?

tsunrise avatar Oct 24 '20 01:10 tsunrise