Skip to content

Commit

Permalink
feat: use deployed kzg-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Aug 27, 2024
1 parent 6ba6ac6 commit 8ad71e4
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 30 deletions.
70 changes: 44 additions & 26 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", branch = "experimen
sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", branch = "experimental" }

# kzg
kzg-rs = { git = "https://github.com/leruaa/kzg-rs", branch = "verify_blobs", features = [
"cache",
] }
kzg-rs = { version = "0.2.1" }


# sp1
Expand All @@ -100,5 +98,4 @@ lto = "fat"
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", branch = "patch-v2.0.2" }
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" }
bls12_381 = { git = "https://github.com/leruaa/bls12_381", branch = "msm_variable_base" }
bn = { git = "https://github.com/0xWOLAND/bn.git", package = "substrate-bn", default-features = false }

0 comments on commit 8ad71e4

Please sign in to comment.