mirror of
https://github.com/logos-storage/circom-compat.git
synced 2026-01-07 15:33:13 +00:00
Co-authored-by: tyshkor <tyshko1@gmail.com>
This commit is contained in:
parent
507aa4ff5b
commit
574813398e
1227
Cargo.lock
generated
1227
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
50
Cargo.toml
50
Cargo.toml
@ -8,42 +8,42 @@ crate-type = ["cdylib", "rlib"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# WASM operations
|
# WASM operations
|
||||||
wasmer = { version = "2.0", default-features = false }
|
wasmer = { version = "=2.3.0", default-features = false }
|
||||||
fnv = { version = "1.0.3", default-features = false }
|
fnv = { version = "=1.0.7", default-features = false }
|
||||||
num = { version = "0.4.0" }
|
num = { version = "=0.4.0" }
|
||||||
num-traits = { version = "0.2.0", default-features = false }
|
num-traits = { version = "=0.2.15", default-features = false }
|
||||||
num-bigint = { version = "0.4", default-features = false, features = ["rand"] }
|
num-bigint = { version = "=0.4.3", default-features = false, features = ["rand"] }
|
||||||
|
|
||||||
# ZKP Generation
|
# ZKP Generation
|
||||||
ark-crypto-primitives = { version = "0.4.0" }
|
ark-crypto-primitives = { version = "=0.4.0" }
|
||||||
ark-ec = { version = "0.4.1", default-features = false, features = ["parallel"] }
|
ark-ec = { version = "=0.4.1", default-features = false, features = ["parallel"] }
|
||||||
ark-ff = { version = "0.4.1", default-features = false, features = ["parallel", "asm"] }
|
ark-ff = { version = "=0.4.1", default-features = false, features = ["parallel", "asm"] }
|
||||||
ark-std = { version = "0.4.0", default-features = false, features = ["parallel"] }
|
ark-std = { version = "=0.4.0", default-features = false, features = ["parallel"] }
|
||||||
ark-bn254 = { version = "0.4.0" }
|
ark-bn254 = { version = "=0.4.0" }
|
||||||
ark-groth16 = { version = "0.4.0", default-features = false, features = ["parallel"] }
|
ark-groth16 = { version = "=0.4.0", default-features = false, features = ["parallel"] }
|
||||||
ark-poly = { version = "0.4.1", default-features = false, features = ["parallel"] }
|
ark-poly = { version = "=0.4.1", default-features = false, features = ["parallel"] }
|
||||||
ark-relations = { version = "0.4.0", default-features = false }
|
ark-relations = { version = "=0.4.0", default-features = false }
|
||||||
ark-serialize = { version = "0.4.1", default-features = false }
|
ark-serialize = { version = "=0.4.1", default-features = false }
|
||||||
|
|
||||||
# decoding of data
|
# decoding of data
|
||||||
hex = "0.4.3"
|
hex = "=0.4.3"
|
||||||
byteorder = "1.4.3"
|
byteorder = "=1.4.3"
|
||||||
|
|
||||||
# ethereum compat
|
# ethereum compat
|
||||||
ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false, optional = true }
|
ethers-core = { version = "=2.0.7", default-features = false, optional = true }
|
||||||
|
|
||||||
# error handling
|
# error handling
|
||||||
thiserror = "1.0.26"
|
thiserror = "=1.0.39"
|
||||||
color-eyre = "0.6.1"
|
color-eyre = "=0.6.2"
|
||||||
criterion = "0.3.4"
|
criterion = "=0.3.6"
|
||||||
|
|
||||||
cfg-if = "1.0"
|
cfg-if = "=1.0.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
hex-literal = "0.2.1"
|
hex-literal = "=0.2.2"
|
||||||
tokio = { version = "1.7.1", features = ["macros"] }
|
tokio = { version = "=1.29.1", features = ["macros"] }
|
||||||
serde_json = "1.0.64"
|
serde_json = "=1.0.94"
|
||||||
ethers = { git = "https://github.com/gakonst/ethers-rs" }
|
ethers = "=2.0.7"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "groth16"
|
name = "groth16"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user