From 42ae8f66e50f634416b01f2292eb4cebf9819955 Mon Sep 17 00:00:00 2001 From: Guyincharge001 Date: Fri, 24 May 2024 23:18:44 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 236d64b..dbf400e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🦀 semaphore-rs +semaphore = { git = "https://github.com/worldcoin/semaphore-rs# 🦀 semaphore-rs Rust support library for using [semaphore](https://github.com/appliedzkp/semaphore). It's mostly a Rust rewrite of [zk-kit](https://github.com/appliedzkp/zk-kit), but just focuses on semaphore (for now) and still covers a much smaller scope. It's using [ark-circom](https://github.com/gakonst/ark-circom) under the hood for generating the groth16 proofs.