Skip to content

Commit

Permalink
cleanup dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hero78119 committed Feb 18, 2025
1 parent 49fc174 commit 8c72197
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 138 deletions.
125 changes: 0 additions & 125 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ ark-std = "0.4"
cfg-if = "1.0"
criterion = { version = "0.5", features = ["html_reports"] }
crossbeam-channel = "0.5"
ff = "0.13"
goldilocks = { git = "https://github.com/scroll-tech/ceno-Goldilocks" }
itertools = "0.13"
num-derive = "0.4"
num-traits = "0.2"
Expand Down
2 changes: 0 additions & 2 deletions ff_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ repository.workspace = true
version.workspace = true

[dependencies]
ff.workspace = true
goldilocks.workspace = true
serde.workspace = true
rand_core.workspace = true
p3-field.workspace = true
Expand Down
4 changes: 1 addition & 3 deletions ff_ext/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
#![deny(clippy::cargo)]

use std::{array::from_fn, iter::repeat_with};

pub use ff;
use p3_field::{
ExtensionField as P3ExtensionField, Field as P3Field, PackedValue, PrimeField, TwoAdicField,
extension::BinomialExtensionField,
};
use p3_goldilocks::Goldilocks;
use rand_core::RngCore;
use serde::Serialize;
use std::{array::from_fn, iter::repeat_with};
pub type GoldilocksExt2 = BinomialExtensionField<Goldilocks, 2>;

fn array_try_from_uniform_bytes<
Expand Down
2 changes: 0 additions & 2 deletions mpcs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ aes = "0.8"
ark-std.workspace = true
bitvec = "1.0"
ctr = "0.9"
ff.workspace = true
ff_ext = { path = "../ff_ext" }
# TODO: move to version 1, once our dependencies are updated
generic-array = { version = "0.14", features = ["serde"] }
goldilocks.workspace = true
itertools.workspace = true
multilinear_extensions = { path = "../multilinear_extensions" }
num-bigint = "0.4"
Expand Down
2 changes: 0 additions & 2 deletions poseidon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ version.workspace = true

[dependencies]
criterion.workspace = true
ff.workspace = true
goldilocks.workspace = true
serde.workspace = true
ff_ext = { path = "../ff_ext" }
unroll = "0.1"
Expand Down
2 changes: 0 additions & 2 deletions transcript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ version.workspace = true

[dependencies]
crossbeam-channel.workspace = true
ff.workspace = true
ff_ext = { path = "../ff_ext" }
goldilocks.workspace = true
poseidon.workspace = true
serde.workspace = true
p3-field.workspace = true
Expand Down

0 comments on commit 8c72197

Please sign in to comment.