Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
add ark_serialize
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Oct 15, 2023
1 parent 0839514 commit 75f06c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
verkle-trie = { git = "https://github.com/crate-crypto/rust-verkle", rev = "ee53141ae88fdd3c02ae85c72f027e1b0a6f60c0" }
verkle-spec = { git = "https://github.com/crate-crypto/rust-verkle", rev = "ee53141ae88fdd3c02ae85c72f027e1b0a6f60c0" }
ark-ff = "0.3.0"
ark-serialize = { version = "^0.3.0", default-features = false }

hex = "*"
# This is needed so that we can enable the js feature, which is being used in ark-serialize
# Without it, the wasm will not compile, since we cannot conditionally compile ark-serialize
Expand Down

0 comments on commit 75f06c0

Please sign in to comment.