Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Cargo.lock

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

4 changes: 1 addition & 3 deletions crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
sha2.workspace = true
# TODO(#1102): Move to Lambdaworks in the future
c-kzg = { version = "2.1.1", optional = true }
kzg-rs.workspace = true
sha3.workspace = true
secp256k1.workspace = true
Expand All @@ -38,7 +36,7 @@ hex-literal.workspace = true

[features]
default = []
c-kzg = ["dep:c-kzg", "ethrex-crypto/c-kzg"]
c-kzg = ["ethrex-crypto/c-kzg"]

[lib]
path = "./common.rs"
Expand Down
1 change: 0 additions & 1 deletion crates/l2/prover/src/guest_program/src/risc0/Cargo.lock

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

Loading