add implementations header

This commit is contained in:
tvanepps
2022-10-10 11:57:18 -05:00
committed by GitHub
parent 76183eaada
commit 3398aa92eb

View File

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