diff --git a/README.md b/README.md index 3ede071c..e7385218 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # A collection of Elliptic Curves for ZkCrypto traits +[![crates.io version](https://img.shields.io/crates/v/halo2curves.svg)](https://crates.io/crates/halo2curves) +[![docs.rs availability](https://img.shields.io/docsrs/halo2curves?label=docs.rs)](https://docs.rs/halo2curves) +[![Build status](https://img.shields.io/github/actions/workflow/status/privacy-scaling-explorations/halo2curves/ci.yml?branch=main)](https://github.com/privacy-scaling-explorations/halo2curves/actions) + This library provides efficient and flexible implementations of various halo2-friendly elliptic curves, originally implementing the BN256 curve with traits from the `zkcrypto` ecosystem, * [`zkcrypto/ff`](https://github.com/zkcrypto/ff)