mirror of
https://github.com/arnaucube/kzg-ceremony.git
synced 2026-01-11 08:21:29 +01:00
reorder information
This commit is contained in:
15
README.md
15
README.md
@@ -14,22 +14,20 @@ The ceremony is designed to have the following characteristics:
|
|||||||
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.
|
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.
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
|
|
||||||
- [KZG Ceremony FAQ](https://github.com/ethereum/kzg-ceremony/blob/main/FAQ.md)
|
- [KZG Ceremony FAQ](https://github.com/ethereum/kzg-ceremony/blob/main/FAQ.md)
|
||||||
- [How do trusted setups work?](https://vitalik.ca/general/2022/03/14/trustedsetup.html)
|
- [How do trusted setups work?](https://vitalik.ca/general/2022/03/14/trustedsetup.html)
|
||||||
- [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844)
|
- [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844)
|
||||||
- [Proto-Danksharding FAQ](https://notes.ethereum.org/@vbuterin/proto_danksharding_faq)
|
- [Proto-Danksharding FAQ](https://notes.ethereum.org/@vbuterin/proto_danksharding_faq)
|
||||||
- [KZG polynomial commitments](https://dankradfeist.de/ethereum/2020/06/16/kate-polynomial-commitments.html)
|
- [KZG polynomial commitments](https://dankradfeist.de/ethereum/2020/06/16/kate-polynomial-commitments.html)
|
||||||
|
|
||||||
## KZG Ceremony
|
|
||||||
|
|
||||||
- [KZG Ceremony Timeline](https://notes.ethereum.org/@CarlBeek/kzg_ceremony_timelines) (subject to change)
|
- [KZG Ceremony Timeline](https://notes.ethereum.org/@CarlBeek/kzg_ceremony_timelines) (subject to change)
|
||||||
- [Spec Repo](https://github.com/ethereum/kzg-ceremony-specs)
|
- [Spec Repo](https://github.com/ethereum/kzg-ceremony-specs)
|
||||||
- [KZG ceremony sequencer implementation](https://github.com/ethereum/kzg-ceremony-sequencer) (Rust)
|
|
||||||
- [SECBIT Spec + Implementation Audit](https://github.com/ethereum/kzg-ceremony/blob/main/KZG10-Ceremony-audit-report.pdf)
|
## Audits
|
||||||
- [Sigma Prime Sequencer Audit](https://github.com/ethereum/kzg-ceremony/blob/main/Sigma_Prime_Ethereum_Foundation_KZG_Ceremony_Security_Assessment.pdf)
|
- [SECBIT Spec + Implementation Audit](https://github.com/ethereum/kzg-ceremony/blob/main/KZG10-Ceremony-audit-report.pdf) - Aug 2022
|
||||||
|
- [Sigma Prime Sequencer Audit](https://github.com/ethereum/kzg-ceremony/blob/main/Sigma_Prime_Ethereum_Foundation_KZG_Ceremony_Security_Assessment.pdf) - Nov 2022
|
||||||
|
|
||||||
## Client Implementations
|
## Client Implementations
|
||||||
|
- [KZG ceremony sequencer implementation](https://github.com/ethereum/kzg-ceremony-sequencer) (Rust)
|
||||||
- [KZG Ceremony Client](https://github.com/jsign/go-kzg-ceremony-client) (Go)
|
- [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
|
- 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
|
- 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
|
||||||
@@ -40,19 +38,16 @@ The best place to follow along is the KZG Ceremony channel in the Ethereum R&D D
|
|||||||
- [WASM contribution code](https://github.com/worldcoin/kzg-ceremony-participant) (Rust)
|
- [WASM contribution code](https://github.com/worldcoin/kzg-ceremony-participant) (Rust)
|
||||||
|
|
||||||
## IPFS Hosted Versions
|
## IPFS Hosted Versions
|
||||||
|
|
||||||
- [latest version - link to be added](): references the latest version of the interface, which departs from the audited version in minor ways
|
- [latest version - link to be added](): references the latest version of the interface, which departs from the audited version in minor ways
|
||||||
- [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
|
- [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
|
||||||
|
|
||||||
## Other Documentation
|
## Other Documentation
|
||||||
|
|
||||||
- [Trusted Setup Rationale](https://hackmd.io/@6iQDuIePQjyYBqDChYw_jg/SJ-08AoT5)
|
- [Trusted Setup Rationale](https://hackmd.io/@6iQDuIePQjyYBqDChYw_jg/SJ-08AoT5)
|
||||||
- [Contributor Identification](https://pse-team.notion.site/Contributor-Identification-bd2824138a5f446785fdd70c60684176)
|
- [Contributor Identification](https://pse-team.notion.site/Contributor-Identification-bd2824138a5f446785fdd70c60684176)
|
||||||
- [Queue Strategy](https://pse-team.notion.site/Queue-Strategy-c75120ae0c584e6f8db7738c9aaf963a)
|
- [Queue Strategy](https://pse-team.notion.site/Queue-Strategy-c75120ae0c584e6f8db7738c9aaf963a)
|
||||||
- [Draft Participant API](https://www.notion.so/pse-team/Participant-API-a9d82f45a7574da28e4e47bc2ffae1e1)
|
- [Draft Participant API](https://www.notion.so/pse-team/Participant-API-a9d82f45a7574da28e4e47bc2ffae1e1)
|
||||||
|
|
||||||
## Public Calls
|
## Public Calls
|
||||||
|
|
||||||
| Call # | Link | Date |
|
| Call # | Link | Date |
|
||||||
| ---: | ---: | ---: |
|
| ---: | ---: | ---: |
|
||||||
| 1 | [Agenda/Recording](https://github.com/ethereum/pm/issues/546) | June 9 2022 |
|
| 1 | [Agenda/Recording](https://github.com/ethereum/pm/issues/546) | June 9 2022 |
|
||||||
|
|||||||
Reference in New Issue
Block a user