Skip to content

Commit

Permalink
Update readme instructions for ICICLE usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelder committed Nov 18, 2024
1 parent e97b8a4 commit 78901ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,10 @@ You can then toggle on or off icicle acceleration by providing the `WithIcicleAc
proof, err := groth16.Prove(ccs, pk, secretWitness)
```

For more information about prerequisites see the [Icicle repo](https://github.com/ingonyama-zk/icicle).
For more information about prerequisites see the [ICICLE repo](https://github.com/ingonyama-zk/icicle).

> [!NOTE]
> As of ICICLE v3, you will need to download and install the CUDA backend. You can learn more about using v3 of ICICLE in our [docs](https://dev.ingonyama.com/icicle/getting_started) and the repo's [readme](https://github.com/ingonyama-zk/icicle?tab=readme-ov-file#install-cuda-backend)
## Citing

Expand Down

0 comments on commit 78901ae

Please sign in to comment.