Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall authored Jun 2, 2024
1 parent 1d49614 commit 5a08c96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ A Haskell library for building ZK programs
- Low level arithmetic circuit DSL
- Efficient constraint solver for arbitrary circuits
- Binary codecs for core types (R1CS, witness, etc) which are compatible with the Circom toolchain
- Witness generator which is WASM compatible with Circom witness generator binaries.
- Witness generator which is WASM compatible with Circom witness generator binaries
- A CLI to manage compilation, solving, witness verification, etc

## Examples
- There are examples in `language/test` directory. See the [sudoku verifier](https://github.com/l-adic/arithmetic-circuits/blob/master/language/test/Test/Circuit/Sudoku.hs) for the most complete example.
Expand Down

0 comments on commit 5a08c96

Please sign in to comment.