Skip to content

Commit 3839a07

Browse files
committed
O(log n) changed to \mathcal{O}(log n)
1 parent 2aef973 commit 3839a07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

report/src/sections/04-Approach.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ \subsubsection{Size reduction}
399399
We first set our focus on Curdleproofs, as this is the protocol we have modified directly.
400400
As mentioned in~\autoref{sec:background-zkps}, the size of Curdleproofs is $18+10 \log(\ell+4)\mathbb{G}$, $7\mathbb{F}$.
401401
The dependence on the $\log$ stems from the number of recursive rounds that take place in the~\gls{sameperm} and~\gls{samemsm} proofs.
402-
In the proof of theorem 1, we show CAAUrdleproofs to be $O(\log n)$.
402+
In the proof of theorem 1, we show CAAUrdleproofs to be $\mathcal{O}(\log n)$.
403403
This means that the size of CAAUrdleproofs must be $18+10 \lceil\log(\ell+4)\rceil\mathbb{G}$, $7\mathbb{F}$.
404404

405405
CAAUrdleproofs therefore has the same proof size as Curdleproofs.

report/src/sections/appendix/02-thm1proof.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ \section{Proof of Theorem 1}\label{sec:appendix-thm1proof}
3232
\paragraph*{\textbf{Proof of knowledge-soundness and completeness}}
3333
For soundness and completeness, we refer to Theorem 3 of Springproofs~\cite{zhang2024springproofs}.
3434
\begin{theorem}[Springproofs Theorem 3]
35-
Given a terminative SIPA$(f)$, if the number of compression steps in SIPA$(f)$ is $O(\log n)$, then SIPA$(f)$ is a complete and computational knowledge sound argument of relation (1).
35+
Given a terminative SIPA$(f)$, if the number of compression steps in SIPA$(f)$ is $\mathcal{O}(\log n)$, then SIPA$(f)$ is a complete and computational knowledge sound argument of relation (1).
3636
Moreover, the Fiat-Shamir transformation of SIPA$(f)$ is a non-interactive random oracle argument having completeness and computational knowledge soundness as well.
3737
\end{theorem}
3838
Here, relation (1) is
@@ -84,7 +84,7 @@ \section{Proof of Theorem 1}\label{sec:appendix-thm1proof}
8484
\end{align}
8585
This exactly the same commitment as in~\autoref{al:P}.
8686

87-
Therefore, using Curdleproofs' DL~\gls{ipa} and the pre-compression scheme function, we can instantiate SIPA$(f)$, equivalent to CAAUrdleproofs, as a terminative SIPA$(f)$, with $O(\log n)$ compression steps.
87+
Therefore, using Curdleproofs' DL~\gls{ipa} and the pre-compression scheme function, we can instantiate SIPA$(f)$, equivalent to CAAUrdleproofs, as a terminative SIPA$(f)$, with $\mathcal{O}(\log n)$ compression steps.
8888
Hence, SIPA$(f)$ is a complete and computational knowledge sound argument of relation (1).
8989
We have just shown that Curdleproofs'~\gls{ipa} proves the same relation, so the properties hold for our SIPA$(f)$ as well.
9090
Furthermore, Curdleproofs uses the Fiat-Shamir transformation for its verifier challenges.

0 commit comments

Comments
 (0)