enable circom2

This commit is contained in:
Dmitriy Ryajov 2024-01-20 16:02:54 -06:00
parent e59ea184fa
commit 94cfed822c
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -13,7 +13,7 @@ crate-type = [
[dependencies]
ark-circom = { git = "https://github.com/codex-storage/circom-compat.git" }
ark-circom = { git = "https://github.com/codex-storage/circom-compat.git", features = ["circom-2", "ethereum"]}
ark-crypto-primitives = { version = "=0.4.0" }
ark-ec = { version = "=0.4.1", default-features = false, features = ["parallel"] }