WIP
... | @@ -25,6 +25,7 @@ thiserror = "1.0.50" | ... | @@ -25,6 +25,7 @@ thiserror = "1.0.50" |
tracing = "0.1.40" | tracing = "0.1.40" | ||
tracing-subscriber = "0.3.17" | 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 } | 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} | |||
[workspace] | [workspace] | ||
members = [ | members = [ | ||
... | @@ -41,6 +42,7 @@ rand = "0.8.5" | ... | @@ -41,6 +42,7 @@ rand = "0.8.5" |
[features] | [features] | ||
kzg = ["dep:ark-poly-commit"] | kzg = ["dep:ark-poly-commit"] | ||
aplonk = ["dep:ark-poly-commit"] | aplonk = ["dep:ark-poly-commit"] | ||
fri = ["dep:fri"] | |||
fs = [] | fs = [] | ||
[package.metadata.docs.rs] | [package.metadata.docs.rs] | ||
... | ... |
src/fri.rs
0 → 100644
Please register or sign in to comment