From c2c24fc97aac3995728d94b78be56a4ebfcad6f9 Mon Sep 17 00:00:00 2001 From: Nico Serrano <38594836+NicoSerranoP@users.noreply.github.com> Date: Thu, 3 Nov 2022 12:04:32 -0500 Subject: [PATCH] docs(fix): add the sequencer crypto library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa1f72e..276d131 100644 --- a/README.md +++ b/README.md @@ -30,6 +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) - [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)