forked from Consensys/gnark
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update instructions for building ICICLE
- Loading branch information
1 parent
a7780a8
commit d4adb9a
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,7 +140,11 @@ 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). | ||
As ICICLE does not ship with prebuilt libraries, you will need to manually build them. | ||
For instruction on how to build ICICLE, check out the Golang bindings in the [ICICLE repo](https://github.com/ingonyama-zk/icicle/wrappers/golang/README.md). | ||
|
||
> [!IMPORTANT] | ||
> Building the ICICLE libs manually should be done within your local Go dependencies directory (GOPATH), e.g. ~/go/pkg/mod/github.com/ingonyama-zk/icicle/[email protected]/wrappers/golang | ||
## Citing | ||
|
||
|