Skip to content

Commit

Permalink
Remove redundant packages (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley authored Dec 30, 2024
1 parent 4c1e755 commit 5ffb688
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 261 deletions.
13 changes: 0 additions & 13 deletions packages/ciphernode/Cargo.lock

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

1 change: 0 additions & 1 deletion packages/ciphernode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ members = [
"enclave",
"enclave_core",
"net",
"bfv",
"data",
"evm",
"fhe",
Expand Down
15 changes: 0 additions & 15 deletions packages/ciphernode/bfv/Cargo.toml

This file was deleted.

84 changes: 0 additions & 84 deletions packages/ciphernode/bfv/src/lib.rs

This file was deleted.

129 changes: 0 additions & 129 deletions packages/ciphernode/bfv/src/util.rs

This file was deleted.

1 change: 0 additions & 1 deletion packages/ciphernode/enclave_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ aggregator = { path = "../aggregator" }
alloy = { workspace = true }
alloy-primitives = { workspace = true }
anyhow = { workspace = true }
bfv = { path = "../bfv" }
bincode = { workspace = true }
config = { path = "../config" }
clap = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion packages/ciphernode/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ edition = "2021"

[dependencies]
net = { path = "../net" }
bfv = { path = "../bfv" }
sortition = { path = "../sortition" }
events = { workspace = true }
evm = { path = "../evm" }
Expand Down
14 changes: 0 additions & 14 deletions packages/ciphernode/zkp/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions packages/ciphernode/zkp/src/main.rs

This file was deleted.

0 comments on commit 5ffb688

Please sign in to comment.