Skip to content

Commit

Permalink
Merge pull request #7 from splint3rsec/main
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
mmaker authored Nov 21, 2023
2 parents 346f9c4 + 1867def commit 0e91794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigma.tex
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ \subsection{Overview}
Any $\Sigma$-protocol is structured as follows:
\begin{itemize}
\item the prover computes a fresh \textbf{commitment}, denoted $\commitment$. This element is sometimes also called \emph{nonce}.
\item the prover computes, using the so-called Fiat-Shamir transform (cf.~\cref{sec:fs}), a random \textbf{challenge}, denoted $\challenge$.
\item the verifier computes, using the so-called Fiat-Shamir transform (cf.~\cref{sec:fs}), a random \textbf{challenge}, denoted $\challenge$.
\item the prover computes a \textbf{response}, denoted $\response$, that depends on the commitment and the challenge.
\end{itemize}
The final proof is constituted of the three-elements above $(\commitment, \challenge, \response)$, and is also referred to as the \textbf{transcript}.
Expand Down

0 comments on commit 0e91794

Please sign in to comment.