Skip to content

Commit 06b557d

Browse files
committed
Add spark2
1 parent 8e30705 commit 06b557d

21 files changed

+4306
-0
lines changed

crates/spark2/Cargo.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[package]
2+
name = "binius-spark2"
3+
version.workspace = true
4+
edition.workspace = true
5+
authors.workspace = true
6+
7+
[dependencies]
8+
binius-core = { path = "../core" }
9+
binius-field = { path = "../field" }
10+
11+
[dev-dependencies]
12+
13+
[[example]]
14+
name = "keccak_chi"
15+
path = "examples/keccak_chi.rs"
16+
17+
[[example]]
18+
name = "expression_demo"
19+
path = "examples/expression_demo.rs"

0 commit comments

Comments
 (0)