From afe2effb2dc8b626b6b5d9c5833ad5dfc86f6a61 Mon Sep 17 00:00:00 2001 From: "dcbuilder.eth" Date: Mon, 10 Oct 2022 13:53:15 -0500 Subject: [PATCH] add(README): worldcoin client implementation links --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5327a36..38a0101 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,10 @@ The best place to follow along is the KZG Ceremony channel in the Ethereum R&D D - [SECBIT Spec + Implementation Audit](https://github.com/ethereum/kzg-ceremony/blob/main/KZG10-Ceremony-audit-report.pdf) ## Client Implementations + - [Small powers of Tau](https://github.com/crate-crypto/small-powers-of-tau) (Rust) +- [Worldcoin](https://github.com/worldcoin/kzg-ceremony-client) (client - WIP) + - [WASM contribution code](https://github.com/worldcoin/kzg-ceremony-participant) (Rust) ## Other Documentation