Skip to content

Commit

Permalink
fix: use sp1 patches for bn and bls (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND authored Aug 22, 2024
1 parent ff68c99 commit 6807a71
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 8 deletions.
22 changes: 20 additions & 2 deletions bin/client-eth/Cargo.lock

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

4 changes: 2 additions & 2 deletions bin/client-eth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ alloy-trie = { git = "https://github.com/alloy-rs/trie.git", rev = "28ebb7cc70cb
sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", branch = "patch-v0.10.8", package = "sha2" }
ecdsa-core = { git = "https://github.com/sp1-patches/signatures", package = "ecdsa", branch = "patch-ecdsa-v0.16.9" }
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", branch = "patch-v2.0.2" }
bn = { package = "substrate-bn", git = "https://github.com/0xWOLAND/bn", branch = "main" }
bls12_381 = { git = "https://github.com/0xWOLAND/bls12_381", branch = "bhargav/experiment" }
bn = { package = "substrate-bn", git = "https://github.com/sp1-patches/bn", branch = "patch-v0.6.0" }
bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", branch = "patch-v0.8.0" }
kzg-rs = { git = "https://github.com/succinctlabs/kzg-rs", branch = "bhargav/sp1-bls-patch" }
22 changes: 20 additions & 2 deletions bin/client-op/Cargo.lock

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

4 changes: 2 additions & 2 deletions bin/client-op/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ alloy-trie = { git = "https://github.com/alloy-rs/trie.git", rev = "28ebb7cc70cb
sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", branch = "patch-v0.10.8", package = "sha2" }
ecdsa-core = { git = "https://github.com/sp1-patches/signatures", package = "ecdsa", branch = "patch-ecdsa-v0.16.9" }
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", branch = "patch-v2.0.2" }
bn = { package = "substrate-bn", git = "https://github.com/0xWOLAND/bn", branch = "main" }
bls12_381 = { git = "https://github.com/0xWOLAND/bls12_381", branch = "bhargav/experiment" }
bn = { package = "substrate-bn", git = "https://github.com/sp1-patches/bn", branch = "patch-v0.6.0" }
bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", branch = "patch-v0.8.0" }
kzg-rs = { git = "https://github.com/succinctlabs/kzg-rs", branch = "bhargav/sp1-bls-patch" }

0 comments on commit 6807a71

Please sign in to comment.