Skip to content

Commit

Permalink
readme and version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mllwchrry committed Sep 19, 2024
1 parent 0fbafc3 commit 86fab17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 798 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Two functions are available for proof verification within the contract:
- `verifyProof`: accepts an array of public inputs for verification.
- `verifyProofWithStruct`: allows passing public signals as a struct, enabling easier access and typization.

> [!TIP]
> It’s recommended to create structs using the `{ fieldName: value }` syntax. This ensures that your code
> continues to work correctly even if the order of outputs in the circuit changes.
```typescript
await multiplier.createVerifier("sol");
```
Expand Down
Loading

0 comments on commit 86fab17

Please sign in to comment.