This article will discuss the permutation check in PLONK, which I believe is the second most challenging aspect of the protocol. The most challenging part, in my opinion, is debugging and identifying errors in the code. Under the hood of zkSNARKs — PLONK protocol: part3
Many materials available online explain the basics of the PLONK protocol, often referencing Vitalik’s example…medium.com In our previous discussion, we delved into the complexities of arithmetization in PLONK, exploring…