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

Commit

Permalink
Merge pull request #33 from ingonyama-zk/fix/typos
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
LeonHibnik authored Jan 29, 2024
2 parents 494a910 + 2dfa937 commit 93cc018
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/icicle/colab-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Let's run a test!
Navigate to icicle/wrappers/rust/icicle-curves/icicle-bn254 and run cargo test:

```sh
%cd icicle/wrappers/rust/icicle-curves/icicle-bn254/
%cd wrappers/rust/icicle-curves/icicle-bn254/
!cargo test --release
```

Expand Down
6 changes: 3 additions & 3 deletions docs/icicle/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[ICICLE](https://github.com/ingonyama-zk/icicle) is a 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 allows developers with minimal GPU experience to effortlessly accelerate there ZK application; from our experiments, even the most naive implementation may yield 10X improvement in proving times.
ICICLE allows developers with minimal GPU experience to effortlessly accelerate their ZK application; from our experiments, even the most naive implementation may yield 10X improvement in proving times.

ICICLE has been used by many leading ZK companies such as [Celer Network](https://github.com/celer-network), [Gnark](https://github.com/Consensys/gnark) and others to accelerate their ZK proving pipeline.

Expand All @@ -19,7 +19,7 @@ At Ingonyama we are interested in accelerating the progress of ZK and cryptograp

### Google Colab

This is a great way to get started with ICICLE instantly. Google Colab offers free GPU access the down side being that the GPU doesn't have a lot of RAM but it should be enough for experimenting and even prototyping with ICICLE.
This is a great way to get started with ICICLE instantly. Google Colab offers free GPU access to a NVIDIA T4 instance, it's acquired with 16 GB of memory which should be enough for experimenting and even prototyping with ICICLE.

For an extensive guide on how to setup Google Colab with ICICLE refer to [this article](./colab-instructions.md).

Expand All @@ -37,7 +37,7 @@ If none of these options suit your needs, contact us on [telegram](https://t.me/

## What can you do with ICICLE?

[ICICLE](https://github.com/ingonyama-zk/icicle) can be used in the same way you would use any other cryptography library. Over the past couple of months developing and integrating ICICLE into many systems, we found a couple use case categories:
[ICICLE](https://github.com/ingonyama-zk/icicle) can be used in the same way you would use any other cryptography library. While developing and integrating ICICLE into many proof systems, we found some use case categories:

### Circuit developers

Expand Down

0 comments on commit 93cc018

Please sign in to comment.