Skip to content

Commit

Permalink
Unify versions between bindings and proof-systems
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Sep 19, 2024
1 parent e2dfc24 commit cced8b6
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 92 deletions.
77 changes: 33 additions & 44 deletions src/lib/crypto/kimchi_bindings/stubs/Cargo.lock

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

14 changes: 7 additions & 7 deletions src/lib/crypto/kimchi_bindings/stubs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ crate-type = ["lib", "staticlib"]

[dependencies]
array-init = "2.0.0"
rmp-serde = "0.15.5"
libc = { version = "0.2.0" }
num-bigint = { version = "0.4.0" }
rmp-serde = "1.1.2"
libc = "0.2.62"
num-bigint = { version = "0.4.4", features = [ "rand", "serde" ] }
paste = "1.0.5"
rand = { version = "0.8.0" }
rayon = { version = "1" }
rand = "0.8.5"
rayon = "1.5.0"
serde = "1.0.130"
serde_json = "1.0.91"
serde_json = "1.0.103"
sprs = { version = "0.11.0", features = ["multi_thread"] }
once_cell = "1.10.0"

# arkworks
ark-ff = { version = "0.4.2", features = ["parallel"] }
ark-ff = { version = "0.4.2", features = ["parallel", "asm"] }
ark-serialize = "0.4.2"
ark-ec = { version = "0.4.2", features = ["parallel"] }
ark-poly = { version = "0.4.2", features = ["parallel"] }
Expand Down
2 changes: 1 addition & 1 deletion src/lib/crypto/kimchi_bindings/stubs/kimchi-stubs-vendors
44 changes: 8 additions & 36 deletions src/lib/crypto/kimchi_bindings/wasm/Cargo.lock

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

Loading

0 comments on commit cced8b6

Please sign in to comment.