Add FRI polynomial commitment section

This commit is contained in:
2023-03-18 14:11:34 +01:00
parent fcb0aba0c2
commit adceb5308d
6 changed files with 73 additions and 34 deletions

View File

@@ -134,7 +134,7 @@ Let $Z_1 = (W_1, x_1, u_1)$ and $Z_2 = (W_2, x_2, u_2)$.
\end{enumerate}
P uses a zkSNARK showing that knows the valid witness $(E, r_E, W, r_W)$ for the committed relaxed R1CS without revealing its value.
Then, vie Fiat-Shamir transform we achieve non-interactivity.
Then, via Fiat-Shamir transform we achieve non-interactivity.
\section{IVC proofs}
\textbf{WIP}