Skip to content

Commit

Permalink
Fix location of label tags
Browse files Browse the repository at this point in the history
Apparently these need to be _after_ `\caption` in order for figure numbering to
work correctly in references.
  • Loading branch information
emlun committed Feb 17, 2025
1 parent 3c73167 commit 993ea75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified pqarkg-h-security/pqarkg-h.pdf
Binary file not shown.
10 changes: 5 additions & 5 deletions pqarkg-h-security/pqarkg-h.tex
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ \section{pqARKG}
and~made explicit the argument \pub to \algcheck.}

\begin{figure}
\figlabel{pqarkg}
\centering
\begin{minipage}{0.6\linewidth}

Expand Down Expand Up @@ -188,11 +187,11 @@ \section{pqARKG}

\end{minipage}
\caption{Algorithms of the \ALGBASE scheme \cite{Wilson}.}
\figlabel{pqarkg}
\end{figure}


\begin{figure}
\figlabel{exp-msks-pqarkg}
\centering
\begin{minipage}[t]{0.5\linewidth}
\defproc{\expmsksbase(\secpar)}{
Expand Down Expand Up @@ -228,6 +227,7 @@ \section{pqARKG}
}
\end{minipage}
\caption{The \msks security experiment for \ALGBASE~\cite{Wilson}.}
\figlabel{exp-msks-pqarkg}
\end{figure}


Expand Down Expand Up @@ -292,7 +292,6 @@ \section{\ALGNAME}
and we assume some well-known encoding is used for $\pkbd$.

\begin{figure}
\figlabel{pqarkg-h}
\centering
\begin{minipage}{0.7\linewidth}

Expand Down Expand Up @@ -322,6 +321,7 @@ \section{\ALGNAME}
Algorithms of the \ALGNAME scheme.
The \algsetup, \algcheck and \algkgen algorithms are unchanged from \ALGBASE.
}
\figlabel{pqarkg-h}
\end{figure}

We also modify the \msks security experiment accordingly,
Expand All @@ -333,7 +333,6 @@ \section{\ALGNAME}
is relaxed to forbid only the exact combination of \bstar and \credstar returned as the solution.

\begin{figure}
\figlabel{exp-msks-pqarkg-h}
\centering
\begin{minipage}[t]{0.5\linewidth}
\defproc{\expmsksnew(\secpar)}{
Expand Down Expand Up @@ -365,6 +364,7 @@ \section{\ALGNAME}
}
\end{minipage}
\caption{The \msks security experiment for \ALGNAME.}
\figlabel{exp-msks-pqarkg-h}
\end{figure}


Expand All @@ -378,7 +378,6 @@ \section{Reduction of \ALGBASE to \ALGNAME in \msks security experiment}
as defined in \figref{adv-reduction}.

\begin{figure}
\figlabel{adv-reduction}
\centering
\begin{minipage}[t]{0.6\linewidth}
\defproc{\adv^{\Opkp, \Oskp}(\pub = (\bl, \kem, \prf), \pk = (\pkbl, \pkkem))}{
Expand Down Expand Up @@ -407,6 +406,7 @@ \section{Reduction of \ALGBASE to \ALGNAME in \msks security experiment}
}
\end{minipage}
\caption{Reduction of \expmsksbase to \expmsksnew.}
\figlabel{adv-reduction}
\end{figure}

When invoked, this adversary \adv simply invokes the given adversary \bdv with its own challenge.
Expand Down

0 comments on commit 993ea75

Please sign in to comment.