-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
# Samples of Noir ZK circuits for cycles | ||
|
||
|
||
|
||
- Flowcheck: single circuit implementation of Cycles flow conservation checking | ||
- Hashing: micro benchmark using hash functions over lists | ||
- Sorted lists: micro benchmark on sorting with advice vs hashing. Demonstrates | ||
- Proof of Key: sample of using elliptic curve operations (baby jubjub) | ||
|
||
|
||
## Installation | ||
|
||
Follow https://github.com/noir-lang/noirup | ||
|
||
- `nargo check` / `nargo info` display info about the circuit | ||
- `nargo test` to run unit tests | ||
- `nargo prove` runs the actual prover, using the input values in `Prover.toml` | ||
- try changing the parameters in `src/main.nr` for different sizes |