Forgot to commit

This commit is contained in:
Daniel Tehrani
2022-12-21 14:37:52 +01:00
parent 8ab4ffd45c
commit dd67b8024c

View File

@@ -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"}