-
- Downloads
Merge remote-tracking branch 'origin/fri' into fri-encode-opt
No related branches found
No related tags found
... | ... | @@ -25,7 +25,7 @@ thiserror = "1.0.50" |
tracing = "0.1.40" | ||
tracing-subscriber = "0.3.17" | ||
ark-poly-commit = { git = "https://gitlab.isae-supaero.fr/a.stevan/poly-commit", version = "0.4.0", rev = "19fc0d4", optional = true } | ||
fri = { path = "../fri", optional = true} | ||
dragoonfri = { version = "0.1.0", optional = true} | ||
[workspace] | ||
members = [ | ||
... | ... | @@ -39,13 +39,13 @@ ark-bls12-381 = "0.4.0" |
clap = { version = "4.5.17", features = ["derive"] } | ||
itertools = "0.13.0" | ||
rand = "0.8.5" | ||
fri_test_utils = { path = "../fri/test_utils" } | ||
dragoonfri-test-utils = "0.1.0" | ||
hex = "0.4.3" | ||
[features] | ||
kzg = ["dep:ark-poly-commit"] | ||
aplonk = ["dep:ark-poly-commit"] | ||
fri = ["dep:fri"] | ||
fri = ["dep:dragoonfri"] | ||
fs = [] | ||
[package.metadata.docs.rs] | ||
... | ... |
Please register or sign in to comment