Skip to content

Commit d1dca59

Browse files
authored
Update 04-Approach.tex
1 parent 0c5e4b1 commit d1dca59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

report/src/sections/04-Approach.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ \subsubsection*{Prover Computation}
136136

137137
At the end of the recursive round, on line 31,~$n$ is updated to the length of the concatenated vectors before starting a new round.
138138

139-
The result of this is a proof,~$\mathbf{\pi}$, constructed in $\lceil \log n \rceil$ rounds, but with the proof size being smaller than if the shuffle size was a power of two.
139+
The result of this is a proof,~$\mathbf{\pi}$, constructed in $\lceil \log n \rceil$ rounds.
140140

141141
In step 3, lines 32--36, the folded vectors of size 1 are added to the proof as values as well as the commitments to the blinding values,~$B_C$ and~$B_D$.
142142
The proof, folded vectors, and updated commitment are saved for the verifier to use for verification.
@@ -423,4 +423,4 @@ \subsubsection{Size Reduction}
423423
\item A Discrete Logarithm Equivalence Proof on the ownership of the elected proposer's commitment (two G1 points, two Fr scalars $\Rightarrow2\cdot48+2\cdot32=160$ bytes).
424424
\end{itemize}
425425
The majority of the block overhead comes from the list of shuffled trackers.
426-
Hence, as the list size is heavily dependent on~$\ell$, using CAAUrdleproofs could majorly decrease the block overhead by allowing~$\ell$ to be more flexibly chosen as a smaller size than 128.
426+
Hence, as the list size is heavily dependent on~$\ell$, using CAAUrdleproofs could majorly decrease the block overhead by allowing~$\ell$ to be more flexibly chosen as a smaller size than 128.

0 commit comments

Comments
 (0)