mirror of
https://github.com/arnaucube/sonobe.git
synced 2026-01-22 05:41:34 +01:00
Full flow example (#90)
* expose params & structs for external usage * add full_flow example, move examples into 'examples' dir
This commit is contained in:
@@ -47,3 +47,16 @@ parallel = [
|
||||
"ark-crypto-primitives/parallel",
|
||||
"ark-r1cs-std/parallel",
|
||||
]
|
||||
|
||||
|
||||
[[example]]
|
||||
name = "sha256"
|
||||
path = "../examples/sha256.rs"
|
||||
|
||||
[[example]]
|
||||
name = "multi_inputs"
|
||||
path = "../examples/multi_inputs.rs"
|
||||
|
||||
[[example]]
|
||||
name = "external_inputs"
|
||||
path = "../examples/external_inputs.rs"
|
||||
|
||||
Reference in New Issue
Block a user