From 534bde543becad3f4022cc651464077de25112af Mon Sep 17 00:00:00 2001 From: Nico Serrano <38594836+NicoSerranoP@users.noreply.github.com> Date: Thu, 3 Nov 2022 13:27:36 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 276d131..58b3466 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The best place to follow along is the KZG Ceremony channel in the Ethereum R&D D ## Client Implementations -- [KZG sequencer crypto library](https://github.com/ethereum/kzg-ceremony-sequencer/tree/master/crypto) (Rust) +- [KZG sequencer crypto wrapper](https://github.com/zkparty/wrapper-small-pot) (Rust) - [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)