Skip to content

Commit eedaef8

Browse files
committed
Merge remote-tracking branch 'origin/master' into kw/verify-proof
2 parents 8648008 + 1070659 commit eedaef8

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Cargo.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src.rs/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ default = ["console_error_panic_hook"]
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde-wasm-bindgen = "0.3.0"
1717
wasm-bindgen = { version = "0.2.90", features = ["serde-serialize"] }
18-
verkle-trie = { git = "https://github.com/crate-crypto/rust-verkle", rev = "594a70e3df16db9d870b7d3c82479d041cfd1b2d" }
19-
verkle-spec = { git = "https://github.com/crate-crypto/rust-verkle", rev = "594a70e3df16db9d870b7d3c82479d041cfd1b2d" }
2018
ipa-multipoint = { git = "https://github.com/crate-crypto/rust-verkle", rev = "594a70e3df16db9d870b7d3c82479d041cfd1b2d" }
2119
banderwagon = { git = "https://github.com/crate-crypto/rust-verkle", rev = "594a70e3df16db9d870b7d3c82479d041cfd1b2d" }
2220
ffi_interface = { git = "https://github.com/crate-crypto/rust-verkle", rev = "594a70e3df16db9d870b7d3c82479d041cfd1b2d" }
23-
ark-ff = "0.4.0"
24-
ark-serialize = { version = "^0.4.0", default-features = false }
2521

26-
hex = "*"
22+
hex = "0.4.3"
2723
# This is needed so that we can enable the js feature, which is being used in ark-serialize
2824
# Without it, the wasm will not compile, since we cannot conditionally compile ark-serialize
2925
getrandom = { version = "0.2.3", features = ["js"] }

0 commit comments

Comments
 (0)