Full flow example (#90)

* expose params & structs for external usage

* add full_flow example, move examples into 'examples' dir
This commit is contained in:
2024-04-26 08:37:49 +02:00
committed by GitHub
parent 97df224579
commit 9bbdfc5a85
16 changed files with 270 additions and 26 deletions

View File

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