From 99a2a3e5c3ba2dcec6a259f3964254ba83bc3e7d Mon Sep 17 00:00:00 2001 From: tvanepps Date: Thu, 5 Jan 2023 13:45:20 -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 9e6effb..21d1967 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The best place to follow along is the KZG Ceremony channel in the Ethereum R&D D - [KZG Ceremony Client](https://github.com/jsign/go-kzg-ceremony-client) (Go) - Allows verifying the powers of tau calculation from the currently provided transcript from the verifier - Apart from using CSRNG for secrets entropy, it supports two opt-in external sources of entropy: the drand network, and an arbitrary URL provided by the user -- [Towers of Pau](https://github.com/dknopik/towers-of-pau) +- [Towers of Pau](https://github.com/dknopik/towers-of-pau) (Go) - [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)