Skip to content

Commit

Permalink
clean: udeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel committed May 6, 2024
1 parent 034ef34 commit 2f28f92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 53 deletions.
43 changes: 2 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 8 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ repository ="https://github.com/thor314/ronkathon"
version ="0.1.0"

[dependencies]
anyhow = "1.0"
p3-field = { version="0.1.0", git="https://github.com/Plonky3/Plonky3.git" }
itertools = "0.12.0"
rand = "0.8"
serde = { version="1.0", default-features=false, features=["derive"] }
num-bigint= { version="0.4.3", default-features=false }
ark-std = { version = "0.4.0", default-features = false }
ark-bn254 = "0.4.0"
ark-poly = "0.4.0"
ark-ff = "0.4.0"
ark-ec = "0.4.0"
rand ="0.8"
serde ={ version="1.0", default-features=false, features=["derive"] }
num-bigint={ version="0.4.3", default-features=false }
ark-std ={ version="0.4.0", default-features=false }
ark-bn254 ="0.4.0"
ark-poly ="0.4.0"
ark-ff ="0.4.0"
ark-ec ="0.4.0"
1 change: 0 additions & 1 deletion src/field/gf_101.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use core::{
use std::fmt;

use num_bigint::BigUint;
use p3_field::exp_u64_by_squaring;
use rand::{
distributions::{Distribution, Standard},
Rng,
Expand Down

0 comments on commit 2f28f92

Please sign in to comment.