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.