add link to implementation

This commit is contained in:
tvanepps
2022-07-27 12:47:57 -04:00
committed by GitHub
parent c344be3bfd
commit 35d3cd9c19

View File

@@ -19,7 +19,7 @@ The best place to follow along is the KZG Ceremony channel in the Ethereum R&D D
- [KZG polynomial commitments](https://dankradfeist.de/ethereum/2020/06/16/kate-polynomial-commitments.html)
- [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]() (Rust)
- [Primary implementation](https://github.com/crate-crypto/small-powers-of-tau) (Rust)
## Other Implementations
- [Towers of Pau](https://dknopik.de/)