Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions report/src/sections/04-Approach.tex
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ \subsection{CAAUrdleproofs}\label{subsec:approach-CAAUrdleproofs}
We refer to this modified protocol as CAAUrdleproof.
For generality and readability, we show the split of vectors happening every round.

\subsubsection*{Prover computation}
\subsubsection*{Prover Computation}
First of all, we have the prover computation, where the proof is constructed.
The construction can be seen in~\autoref{lst:ipa-prover}.

Expand Down Expand Up @@ -144,7 +144,7 @@ \subsubsection*{Prover computation}

The now constructed proof is then supposed to be added to the block in the chain at the given time slot~\cite{Whisk2024}.

\subsubsection*{Verifier computation}
\subsubsection*{Verifier Computation}
Having the proof on the blockchain allows for each validator to verify whether it is a valid proof asynchronously.
Again, the initially proposed verification protocol has been modified according to Springproofs, as shown in~\autoref{lst:ipa-verifier}.

Expand Down
Loading