Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update docs/introduction.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Felder <[email protected]>
  • Loading branch information
ImmanuelSegol and jeremyfelder authored Dec 31, 2023
1 parent f4c628d commit 144d309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ However despite our current focus on GPUs we are still hard at work developing a
ICICLE is an cryptography library for ZK using GPUs.
ICICLE implements blazing fast cryptographic primitives such as EC operations, MSM, NTT, Poseidon hash and more on GPU.

ICICLE is designed to be easy to use, developers don't have to touch a single line of CUDA code. Our Rust and Golang ICICLE bindings allow your team to transition from CPU to GPU with minimal re-engineering. ICICLE is also scalable by nature, now that your proving pipeline supports GPU its possible to use ICICLE's multi GPU support to scale your prover across any number of GPUs.
ICICLE is designed to be easy to use, developers don't have to touch a single line of CUDA code. Our Rust and Golang bindings allow your team to transition from CPU to GPU with minimal changes.

Learn more about ICICLE and GPUs [here][ICICLE-OVERVIEW].

Expand Down

0 comments on commit 144d309

Please sign in to comment.