Skip to content

Commit

Permalink
Remove badges from previous versions as well. Fix unused link issue f…
Browse files Browse the repository at this point in the history
…or v3.0.0
  • Loading branch information
jeremyfelder committed Nov 21, 2024
1 parent 91230f6 commit 110ee06
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions docs/versioned_docs/version-1.10.1/icicle/overview.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# What is ICICLE?

[![GitHub Release](https://img.shields.io/github/v/release/ingonyama-zk/icicle)](https://github.com/ingonyama-zk/icicle/releases)





[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 their ZK application; from our experiments, even the most naive implementation may yield 10X improvement in proving times.
Expand Down
2 changes: 0 additions & 2 deletions docs/versioned_docs/version-2.8.0/icicle/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# What is ICICLE?

[![GitHub Release](https://img.shields.io/github/v/release/ingonyama-zk/icicle)](https://github.com/ingonyama-zk/icicle/releases)

[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 their ZK application; from our experiments, even the most naive implementation may yield 10X improvement in proving times.
Expand Down
5 changes: 0 additions & 5 deletions docs/versioned_docs/version-3.0.0/icicle/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ title: ICICLE Overview
<img src="https://github.com/user-attachments/assets/794c306a-b5fc-425c-8b1b-60b87aa12200" alt="Untitled design (29)" width="500"/>
</p>


## What is ICICLE?


[![GitHub Release](https://img.shields.io/github/v/release/ingonyama-zk/icicle)](https://github.com/ingonyama-zk/icicle/releases)

[ICICLE](https://github.com/ingonyama-zk/icicle) is a cryptography library designed to accelerate zero-knowledge proofs (ZKPs) using multiple compute backends, including GPUs, CPUs, and potentially other platforms. ICICLE's key strength lies in its ability to implement blazing-fast cryptographic primitives, enabling developers to significantly reduce proving times with minimal effort.

## Key Features
Expand Down Expand Up @@ -79,6 +75,5 @@ Explore the full capabilities of ICICLE by diving into the [Architecture](./arch

If you have any questions or need support, feel free to reach out on [Discord], [GitHub](https://github.com/ingonyama-zk) or [via support email][SupportEmail]. We're here to help you accelerate your ZK development with ICICLE.

[ICICLE-OVERVIEW]: ./icicle/overview.md
[Discord]: https://discord.gg/6vYrE7waPj
[SupportEmail]: [email protected]

0 comments on commit 110ee06

Please sign in to comment.