From c37874f6538f71e6af27d3970eed047fd4655ddf Mon Sep 17 00:00:00 2001 From: autistic-symposium-helper <138340846+autistic-symposium-helper@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:04:44 +0700 Subject: [PATCH] 2D data availability with kate commitments --- zero_knowledge/proofs/kate/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/zero_knowledge/proofs/kate/README.md b/zero_knowledge/proofs/kate/README.md index 8e700b3..bf494cc 100644 --- a/zero_knowledge/proofs/kate/README.md +++ b/zero_knowledge/proofs/kate/README.md @@ -29,3 +29,4 @@ * **[the original kate paper](https://www.iacr.org/archive/asiacrypt2010/6477178/6477178.pdf)** * **[kzg polynomial commitments, by d. feist](https://dankradfeist.de/ethereum/2020/06/16/kate-polynomial-commitments.html)** * **[the kzg ceremony, by c. beekhuizen](https://archive.devcon.org/archive/watch/6/the-kzg-ceremony-or-how-i-learnt-to-stop-worrying-and-love-trusted-setups/?tab=YouTube)** +* **[2D data availability with kate commitments](https://ethresear.ch/t/2d-data-availability-with-kate-commitments/8081)**