-
- Downloads
bump PLNK to 0.6.0 (dragoon/komodo!85)
this MR - bumps PLNK to 0.6.0 - update all existing code - uses the PLNK lib in `examples/benches/commit.rs` - fixes the y label of the plot in `scripts/plot/bench_commit.py`: was _ns_, should be _ms_
Showing
- Cargo.toml 1 addition, 1 deletionCargo.toml
- benches/README.md 2 additions, 0 deletionsbenches/README.md
- examples/benches/commit.rs 10 additions, 50 deletionsexamples/benches/commit.rs
- examples/benches/operations/curve_group.rs 24 additions, 24 deletionsexamples/benches/operations/curve_group.rs
- examples/benches/operations/field.rs 29 additions, 27 deletionsexamples/benches/operations/field.rs
- scripts/plot/bench_commit.py 1 addition, 1 deletionscripts/plot/bench_commit.py
... | @@ -14,7 +14,7 @@ ark-poly = "0.4.2" | ... | @@ -14,7 +14,7 @@ ark-poly = "0.4.2" |
ark-serialize = "0.4.2" | ark-serialize = "0.4.2" | ||
ark-std = "0.4.0" | ark-std = "0.4.0" | ||
clap = { version = "4.5.4", features = ["derive"] } | clap = { version = "4.5.4", features = ["derive"] } | ||
plnk = { git = "https://gitlab.isae-supaero.fr/a.stevan/plnk", tag = "0.3.0", version = "0.3.0" } | plnk = { git = "https://gitlab.isae-supaero.fr/a.stevan/plnk", tag = "0.6.0", version = "0.6.0" } | ||
rand = "0.8.5" | rand = "0.8.5" | ||
rs_merkle = "1.4.1" | rs_merkle = "1.4.1" | ||
thiserror = "1.0.50" | thiserror = "1.0.50" | ||
... | ... |
Please register or sign in to comment