mirror of
https://github.com/personaelabs/spartan-ecdsa.git
synced 2026-01-09 14:07:54 -05:00
Forgot to commit
This commit is contained in:
@@ -17,6 +17,14 @@ console_error_panic_hook = "0.1.7"
|
||||
merlin = "3.0.0"
|
||||
web-sys = { version = "0.3.60", features = ["console"] }
|
||||
serde_json = "1.0.89"
|
||||
libsecp256k1 = "0.7.1"
|
||||
num-bigint = "0.4.3"
|
||||
|
||||
[target.'cfg(not(target_family = "wasm"))'.dependencies]
|
||||
nova-scotia = { git = "https://github.com/nalinbhardwaj/Nova-Scotia.git" }
|
||||
nova-snark = "0.9.0"
|
||||
ff = "0.12.1"
|
||||
ark-std = { version = "0.3.0", features = ["print-trace"] }
|
||||
|
||||
[target.'cfg(target_family = "wasm")'.dependencies]
|
||||
wasm-bindgen-rayon = { version = "1.0"}
|
||||
|
||||
Reference in New Issue
Block a user