fixed typo

This commit is contained in:
Monica Moniot
2023-11-21 15:20:48 -05:00
parent b85b7f1024
commit ec2596e9b1
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -1197,7 +1197,7 @@ We are going to prove that the ZSSP header authentication algorithm is existenti
\begin{flalign*}
\prob[\algn{Auth}_{\mathcal{A},\, \Pi}(n) = 1] &\leq \mathbf{Adv}^\text{ind-prp}_{D,\,F}(n) + \prob[\algn{Vrfy}(N) = 1] \\
&\leq \algn{negl}(n) + \frac{8}{2^8}\cdot\frac{2^{24}}{2^{64}} \\
&\leq \algn{negl}(n) + 2^{-5}\cdot 2^{-40} \\
&= \algn{negl}(n) + 2^{-5}\cdot 2^{-40} \\
&= \algn{negl}(n) + 2^{-45}.
\end{flalign*}
If we assume the adversary does make oracle queries, then their advantage bound is only negligibly larger than the advantage above.