Skip to content

Commit

Permalink
feat: Remove pairing crate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Sep 6, 2024
1 parent 4459f81 commit 9c84bc5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
30 changes: 0 additions & 30 deletions node/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 node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ zksync_protobuf = { version = "=0.1.0-rc.12", path = "libs/protobuf" }
zksync_protobuf_build = { version = "=0.1.0-rc.12", path = "libs/protobuf_build" }

# Crates from Matter Labs.
pairing = { package = "pairing_ce", version = "=0.28.6" }
vise = "0.2.0"
vise-exporter = "0.2.0"

Expand Down
1 change: 0 additions & 1 deletion node/libs/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ hex.workspace = true
k256.workspace = true
num-bigint.workspace = true
num-traits.workspace = true
pairing.workspace = true
rand.workspace = true
rand04.workspace = true
sha3.workspace = true
Expand Down

0 comments on commit 9c84bc5

Please sign in to comment.