Skip to content

Commit b341c2f

Browse files
committed
batched AIR sumcheck WIP
1 parent 09eb86d commit b341c2f

21 files changed

Lines changed: 515 additions & 360 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ wildcard_imports = "allow"
5151

5252
[workspace.dependencies]
5353
# Local
54-
air = { path = "crates/air" }
5554
utils = { path = "crates/utils" }
5655
lean_vm = { path = "crates/lean_vm" }
5756
xmss = { path = "crates/xmss" }
@@ -83,7 +82,6 @@ prox-gaps-conjecture = ["rec_aggregation/prox-gaps-conjecture"]
8382
[dependencies]
8483
clap.workspace = true
8584
rec_aggregation.workspace = true
86-
air.workspace = true
8785
rand.workspace = true
8886
sub_protocols.workspace = true
8987
utils.workspace = true

crates/air/Cargo.toml

Lines changed: 0 additions & 14 deletions
This file was deleted.

crates/air/src/lib.rs

Lines changed: 0 additions & 15 deletions
This file was deleted.

crates/air/src/prove.rs

Lines changed: 0 additions & 80 deletions
This file was deleted.

crates/air/src/verify.rs

Lines changed: 0 additions & 54 deletions
This file was deleted.

crates/backend/sumcheck/src/split_eq.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use field::{ExtensionField, PackedFieldExtension};
22
use poly::*;
33

4+
#[derive(Debug)]
45
pub struct SplitEq<EF: ExtensionField<PF<EF>>> {
56
pub eq_lo: Vec<EF>,
67
pub eq_hi_packed: Vec<EFPacking<EF>>,

crates/lean_compiler/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ xmss.workspace = true
1414
rand.workspace = true
1515

1616
tracing.workspace = true
17-
air.workspace = true
1817
sub_protocols.workspace = true
1918
lean_vm.workspace = true
2019
backend.workspace = true

crates/lean_prover/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ xmss.workspace = true
1717
rand.workspace = true
1818

1919
tracing.workspace = true
20-
air.workspace = true
2120
sub_protocols.workspace = true
2221
lean_vm.workspace = true
2322
lean_compiler.workspace = true

0 commit comments

Comments
 (0)