You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
3.8 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. ## Summary
  2. The KZG Ceremony is a coordinated public ritual which will provide a cryptographic foundation for Ethereum scaling initiatives. From the specs repo:
  3. > The ceremony takes place between participants and the sequencer. Participants are the entities that contribute their secret randomness to the final output 𝜏 s. The roll of the sequencer it to act as the common point of interaction for all participants as well as verifying participants' contribution as the ceremony progresses.
  4. The ceremony is designed to have the following characteristics:
  5. - wide ecosystem participation
  6. - accessible via browser
  7. - a meaningful narrative in a simple interface
  8. - easy to audit transcript
  9. The best place to follow along is the KZG Ceremony channel in the Ethereum R&D Discord or the bridged telegram channel - DM one of the contributors to be added to either.
  10. ## Context
  11. - [KZG Ceremony FAQ](https://github.com/ethereum/kzg-ceremony/blob/main/FAQ.md)
  12. - [How do trusted setups work?](https://vitalik.ca/general/2022/03/14/trustedsetup.html)
  13. - [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844)
  14. - [Proto-Danksharding FAQ](https://notes.ethereum.org/@vbuterin/proto_danksharding_faq)
  15. - [KZG polynomial commitments](https://dankradfeist.de/ethereum/2020/06/16/kate-polynomial-commitments.html)
  16. ## KZG Ceremony
  17. - [KZG Ceremony Timeline](https://notes.ethereum.org/@CarlBeek/kzg_ceremony_timelines) (subject to change)
  18. - [Spec Repo](https://github.com/ethereum/kzg-ceremony-specs)
  19. - [KZG ceremony sequencer implementation](https://github.com/ethereum/kzg-ceremony-sequencer) (Rust)
  20. - [SECBIT Spec + Implementation Audit](https://github.com/ethereum/kzg-ceremony/blob/main/KZG10-Ceremony-audit-report.pdf)
  21. - [Sigma Prime Sequencer Audit](https://github.com/ethereum/kzg-ceremony/blob/main/Sigma_Prime_Ethereum_Foundation_KZG_Ceremony_Security_Assessment.pdf)
  22. ## Client Implementations
  23. - [KZG sequencer crypto wrapper](https://github.com/zkparty/wrapper-small-pot) (Rust)
  24. - [Small powers of Tau](https://github.com/crate-crypto/small-powers-of-tau) (Rust)
  25. - [Worldcoin](https://github.com/worldcoin/kzg-ceremony-client) (client - WIP)
  26. - [WASM contribution code](https://github.com/worldcoin/kzg-ceremony-participant) (Rust)
  27. ## IPFS Hosted Versions
  28. - [latest version - link to be added](): references the latest version of the interface, which departs from the audited version in minor ways
  29. - [Audit version - link to be added](): the interface which Sigma Prime audited in November 2022. May have bugs or differences from the latest version above
  30. ## Other Documentation
  31. - [Trusted Setup Rationale](https://hackmd.io/@6iQDuIePQjyYBqDChYw_jg/SJ-08AoT5)
  32. - [Towers of Pau](https://dknopik.de/)
  33. - [Contributor Identification](https://pse-team.notion.site/Contributor-Identification-bd2824138a5f446785fdd70c60684176)
  34. - [Queue Strategy](https://pse-team.notion.site/Queue-Strategy-c75120ae0c584e6f8db7738c9aaf963a)
  35. - [Draft Participant API](https://www.notion.so/pse-team/Participant-API-a9d82f45a7574da28e4e47bc2ffae1e1)
  36. ## Public Calls
  37. | Call # | Link | Date |
  38. | ---: | ---: | ---: |
  39. | 1 | [Agenda/Recording](https://github.com/ethereum/pm/issues/546) | June 9 2022 |
  40. | 2 | [Agenda/Recording](https://github.com/ethereum/pm/issues/558) | June 23 2022|
  41. | 3 | [Agenda/Recording](https://github.com/ethereum/pm/issues/560) | July 7 2022|
  42. | 4 | [Agenda/Recording](https://github.com/ethereum/pm/issues/569) | July 21 2022|
  43. | 5 | [Agenda/Recording](https://github.com/ethereum/pm/issues/587) | Aug 4 2022|
  44. | 6 | [Agenda/Recording](https://github.com/ethereum/pm/issues/593) | Aug 18 2022|
  45. | 7 | [Agenda/Recording](https://github.com/ethereum/pm/issues/613) | Sept 1 2022|
  46. | 8 | [Agenda/Recording](https://github.com/ethereum/pm/issues/623) | Sept 15 2022|
  47. | 9 | [Agenda/Recording](https://github.com/ethereum/pm/issues/636) | Sept 29 2022|