add zk config, enabled by a feature (on by default) (#306)
* add zk config, enabled by a feature (on by default) * Update src/backends/plonky2/recursion/circuit.rs Co-authored-by: Ahmad Afuni <root@ahmadafuni.com> --------- Co-authored-by: Ahmad Afuni <root@ahmadafuni.com>
This commit is contained in:
parent
d5da9d8593
commit
256d76ae34
3 changed files with 82 additions and 20 deletions
|
|
@ -43,7 +43,8 @@ pretty_assertions = "1.4.1"
|
|||
jsonschema = "0.30.0"
|
||||
|
||||
[features]
|
||||
default = ["backend_plonky2"]
|
||||
default = ["backend_plonky2", "zk"]
|
||||
backend_plonky2 = ["plonky2"]
|
||||
zk = []
|
||||
metrics = []
|
||||
time = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue