Skip to content

Commit 1e91179

Browse files
committed
Added WINDOW_SIZE as changeable environment variable. Precomputation is done separately from calculation.
1 parent 744bf9c commit 1e91179

File tree

3 files changed

+268
-219
lines changed

3 files changed

+268
-219
lines changed

Cargo.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kzg/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ threadpool = { version = "^1.8.1", optional = true }
1111
siphasher = { version = "1.0.0", default-features = false }
1212
hashbrown = "0.15.2"
1313
arbitrary = "1.4.2"
14+
bincode = "1.3"
15+
serde = { version = "1.0", features = ["derive"] }
16+
1417

1518
[features]
1619
default = [

0 commit comments

Comments
 (0)