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