mirror of
https://github.com/codex-storage/constantine.git
synced 2025-02-02 14:03:28 +00:00
54887b1777
* FFT compiles, now on to debugging ... [skip CI] * Fix FFT and add bench [skip ci] * rename + add KZG resources * rename fft_fr * Implement FFT on elliptic curves =) * FFT G1 bench
13 lines
477 B
Markdown
13 lines
477 B
Markdown
# KZG Polynomial Commitment research
|
|
|
|
Research for Ethereum 2.0 phase 1
|
|
to implement the Data Availability Sampling protocol
|
|
|
|
See
|
|
|
|
- https://dankradfeist.de/ethereum/2020/06/16/kate-polynomial-commitments.html
|
|
- https://github.com/protolambda/go-kate
|
|
- FK20: https://github.com/khovratovich/Kate/blob/master/Kate_amortized.pdf
|
|
- https://github.com/ethereum/research/tree/master/polynomial_reconstruction
|
|
- https://github.com/ethereum/research/tree/master/kzg_data_availability
|