Use my fork of Nova-Scotia which uses the secq curve to load circuits

This commit is contained in:
Daniel Tehrani
2023-01-10 16:22:33 +09:00
parent 79562f9e64
commit 96522f9cae

View File

@@ -28,7 +28,7 @@ bincode = "1.3.3"
[target.'cfg(not(target_family = "wasm"))'.dependencies]
nova-scotia = { git = "https://github.com/nalinbhardwaj/Nova-Scotia.git" }
nova-scotia = { git = "https://github.com/DanTehrani/Nova-Scotia.git" }
nova-snark = "0.9.0"
ff = "0.12.1"
ark-std = { version = "0.3.0", features = ["print-trace"] }