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:
arnaucube 2025-06-24 17:28:58 +02:00 committed by GitHub
parent d5da9d8593
commit 256d76ae34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 82 additions and 20 deletions

View file

@ -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 = []