Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amiller committed Mar 23, 2024
1 parent 26f010d commit b22f829
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions noir/README.md
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

0 comments on commit b22f829

Please sign in to comment.