mirror of
https://github.com/codex-storage/codex-storage-proofs.git
synced 2025-02-21 15:08:15 +00:00
enable ark-serialize
This commit is contained in:
parent
52e5203f4f
commit
7a297e9e8b
@ -21,18 +21,11 @@ ark-groth16 = { version = "0.3.0", features = ["parallel"] }
|
||||
ark-std = { version = "0.3.0", default-features = false, features = [
|
||||
"parallel",
|
||||
] }
|
||||
# ark-serialize = { version = "0.3.0", default-features = false }
|
||||
|
||||
ark-serialize = { version = "0.3.0", default-features = false }
|
||||
num-bigint = { version = "0.4", default-features = false, features = ["rand"] }
|
||||
ark-circom = { git = "https://github.com/gakonst/ark-circom.git", rev = "35ce5a9", features = [
|
||||
"circom-2",
|
||||
] }
|
||||
# arkworks-native-gadgets = "1.2.0"
|
||||
# arkworks-utils = { version = "1.0.1", features = [
|
||||
# "parallel",
|
||||
# "poseidon_bn254_x5_3",
|
||||
# "poseidon_bn254_x5_5",
|
||||
# ] }
|
||||
ark-ff = { version = "0.3.0", features = ["std"] }
|
||||
ruint = { version = "1.7.0", features = ["serde", "num-bigint", "ark-ff"] }
|
||||
once_cell = "1.17.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user