From ef7262ba6816ee570fe0dabb1d7ff92bb98f3b2b Mon Sep 17 00:00:00 2001 From: Otsar <122266060+Otsar-Raikou@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:57:25 +0200 Subject: [PATCH] Update overview.md I added a tag that shows current version and its clickable - taking you to: https://github.com/ingonyama-zk/icicle/releases --- docs/icicle/overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/icicle/overview.md b/docs/icicle/overview.md index 4843e6b..654fa13 100644 --- a/docs/icicle/overview.md +++ b/docs/icicle/overview.md @@ -1,7 +1,11 @@ # What is ICICLE? +[![Static Badge](https://img.shields.io/badge/Latest-v1.1.0-8a2be2)](https://github.com/ingonyama-zk/icicle/releases) + ![Static Badge](https://img.shields.io/badge/Machines%20running%20ICICLE-544-lightblue) + + [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.