mirror of
https://github.com/arnaucube/sonobe.git
synced 2026-01-08 15:01:30 +01:00
feat: add noname as a frontend to sonobe (#121)
* feat: add noname as a frontend to sonobe fix: remove extra `rng` usage Co-authored-by: Carlos Pérez <37264926+CPerezz@users.noreply.github.com> * Update README.md Co-authored-by: arnaucube <root@arnaucube.com> * chore: move ark-noname to dev dependencies in solidity-verifiers cargo --------- Co-authored-by: Carlos Pérez <37264926+CPerezz@users.noreply.github.com> Co-authored-by: arnaucube <root@arnaucube.com>
This commit is contained in:
@@ -29,6 +29,7 @@ ark-bn254 = {version="0.4.0", features=["r1cs"]}
|
||||
ark-grumpkin = {version="0.4.0", features=["r1cs"]}
|
||||
rand = "0.8.5"
|
||||
folding-schemes = { path = "../folding-schemes/", features=["light-test"]}
|
||||
noname = { git = "https://github.com/dmpierre/noname" }
|
||||
|
||||
[features]
|
||||
default = ["parallel"]
|
||||
@@ -47,3 +48,7 @@ path = "../examples/full_flow.rs"
|
||||
[[example]]
|
||||
name = "circom_full_flow"
|
||||
path = "../examples/circom_full_flow.rs"
|
||||
|
||||
[[example]]
|
||||
name = "noname_full_flow"
|
||||
path = "../examples/noname_full_flow.rs"
|
||||
|
||||
Reference in New Issue
Block a user