From 69184c053478d0451d3b1596d9f73e3374fb727e Mon Sep 17 00:00:00 2001 From: Harry Nguyen Date: Fri, 1 Dec 2023 15:17:29 +0700 Subject: [PATCH] test --- docs/plonk.md | 6 ++++++ terms/polynomial-commitment/000_polynomial_commitment.md | 3 +++ terms/polynomial-commitment/100_kate_commitment.md | 1 + terms/trusted_setup.md | 1 + 4 files changed, 11 insertions(+) create mode 100644 docs/plonk.md create mode 100644 terms/polynomial-commitment/000_polynomial_commitment.md create mode 100644 terms/polynomial-commitment/100_kate_commitment.md create mode 100644 terms/trusted_setup.md diff --git a/docs/plonk.md b/docs/plonk.md new file mode 100644 index 0000000..737b307 --- /dev/null +++ b/docs/plonk.md @@ -0,0 +1,6 @@ +# PLONK +Ref: [https://vitalik.ca/general/2019/09/22/plonk.html](https://vitalik.ca/general/2019/09/22/plonk.html) + +## TLDR; +- PLONK still requires a trusted setup +- \ No newline at end of file diff --git a/terms/polynomial-commitment/000_polynomial_commitment.md b/terms/polynomial-commitment/000_polynomial_commitment.md new file mode 100644 index 0000000..4fe4022 --- /dev/null +++ b/terms/polynomial-commitment/000_polynomial_commitment.md @@ -0,0 +1,3 @@ +# Polynomial commitment + +## [Kate commitment](100_kate_commitment.md) diff --git a/terms/polynomial-commitment/100_kate_commitment.md b/terms/polynomial-commitment/100_kate_commitment.md new file mode 100644 index 0000000..d043c91 --- /dev/null +++ b/terms/polynomial-commitment/100_kate_commitment.md @@ -0,0 +1 @@ +# Kate commitment \ No newline at end of file diff --git a/terms/trusted_setup.md b/terms/trusted_setup.md new file mode 100644 index 0000000..76bad64 --- /dev/null +++ b/terms/trusted_setup.md @@ -0,0 +1 @@ +# Trusted setup