Skip to content

Commit

Permalink
update secp256k1 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
umadayal committed Dec 5, 2024
1 parent 459ac0f commit 07733a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 30 deletions.
42 changes: 13 additions & 29 deletions examples/Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ curve25519-dalek = { git = "https://github.com/sp1-patches/curve25519-dalek", ta
curve25519-dalek-ng = { git = "https://github.com/sp1-patches/curve25519-dalek-ng", tag = "curve25519_dalek_ng-v4.1.1-patch-v1" }
ecdsa-core = { git = "https://github.com/sp1-patches/signatures", package = "ecdsa", branch = "ecdsa-v0.16.9-patch-v4.0.0-rc.2" }
ed25519-consensus = { git = "https://github.com/sp1-patches/ed25519-consensus", tag = "ed25519_consensus-v2.1.0-patch-v1" }
secp256k1 = { git = "https://github.com/sp1-patches/rust-secp256k1", tag = "secp256k1-v0.29.0-patch-v1" }
secp256k1 = { git = "https://github.com/sp1-patches/rust-secp256k1", branch = "secp256k1-v0.29.1-patch-v4.0.0-rc.2" }
sha2-v0-10-8 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", tag = "sha2-v0.10.8-patch-v1" }
sha2-v0-10-6 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", tag = "sha2-v0.10.6-patch-v1" }
sha2-v0-9-9 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", tag = "sha2-v0.9.9-patch-v1" }
Expand Down
Binary file modified examples/elf/riscv32im-succinct-zkvm-elf
Binary file not shown.

0 comments on commit 07733a8

Please sign in to comment.