Skip to content

Commit 91f365f

Browse files
committed
Missing symbol
1 parent c8ce0bd commit 91f365f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report/src/sections/04-Approach.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ \subsubsection{CAAUdleproofs}
270270
CAAUrdleproofs introduced a slight difference on this topic in regard to the~\glspl{ipa}, \texttt{sameperm} and \texttt{same multiscalar}.
271271
In each recursive round, both the folded vectors and the commitments are being multiplied by verification scalars, $\gamma_j$.
272272
To keep track of which elements of the vectors are multiplied by each $\gamma_j$, a function called \texttt{get\_verification\_scalars\_bitstring} is used.
273-
The output of this function is a list of length $\ell$, each element with a list corresponding to the rounds in which $gamma_j$ was multiplied to the element.
273+
The output of this function is a list of length $\ell$, each element with a list corresponding to the rounds in which $\gamma_j$ was multiplied to the element.
274274
Curdleproofs' implementation is simpler than CAAUrdleproofs' in this case.
275275
As Curdleproofs works on powers of two, it is always the right half of the vectors in each round that are multiplied by the challenge.
276276

0 commit comments

Comments
 (0)