docs(fix): add the sequencer crypto library

This commit is contained in:
Nico Serrano
2022-11-03 12:04:32 -05:00
committed by GitHub
parent 5b339c9f7c
commit c2c24fc97a

View File

@@ -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)