From 3398aa92eb001f4b586f8c37e27b4622f6cbf9ca Mon Sep 17 00:00:00 2001 From: tvanepps Date: Mon, 10 Oct 2022 11:57:18 -0500 Subject: [PATCH] add implementations header --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1638e79..be1ae3d 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,11 @@ The best place to follow along is the KZG Ceremony channel in the Ethereum R&D D ## KZG Ceremony - [KZG Ceremony Timeline](https://notes.ethereum.org/@CarlBeek/kzg_ceremony_timelines) (subject to change) - [Spec Repo](https://github.com/ethereum/kzg-ceremony-specs) -- [Primary implementation](https://github.com/crate-crypto/small-powers-of-tau) (Rust) - [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) + ## Other Documentation - [Trusted Setup Rationale](https://hackmd.io/@6iQDuIePQjyYBqDChYw_jg/SJ-08AoT5) - [Towers of Pau](https://dknopik.de/)