Skip to content

Commit

Permalink
Merge branch '0.1.0' into 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-000 authored Jun 13, 2023
2 parents 1e30214 + 406a1a1 commit e925673
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pkg/
/noir

# Nargo output
*.sol
*.proof
*.acir
*.acir.sha256
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ to verify proof run
nargo verify add
```

to Generates a Solidity verifier smart contract for the program run

```text
nargo codegen-verifier
```

## Features

- [ ] [halo2-zcash](https://github.com/zcash/halo2)
Expand Down

0 comments on commit e925673

Please sign in to comment.