From dd67b8024cab41d7b38f3bcfa25d5baedfbb68db Mon Sep 17 00:00:00 2001 From: Daniel Tehrani Date: Wed, 21 Dec 2022 14:37:52 +0100 Subject: [PATCH] Forgot to commit --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index bf118d6..4be43aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"}