Minor fix
This commit is contained in:
@@ -109,11 +109,11 @@ TODO
|
||||
|
||||
\subsection{Security Notions}
|
||||
|
||||
\subsection{Digital Signature Scheme}
|
||||
\subsubsection{Digital Signature Scheme}
|
||||
|
||||
\subsubsection{\cma}
|
||||
|
||||
\cma is a security notion for digital signature schemes. In this game the attacker is given access to a \Osign oracle, which generates valid signatures for arbitrary messages. The attacker wins the game if he is able to provide a message signature pair which is valid and was not generated by the \Osign oracle. The security game is depicted in figure \ref{game:cma}
|
||||
\cma is a security notion for digital signature schemes. In this game the attacker is given access to a \Osign oracle, which generates valid signatures for arbitrary messages. The attacker wins the game if he is able to provide a message signature pair which is valid and was not generated by the \Osign oracle. The security game is depicted in figure \ref{game:cma}.
|
||||
|
||||
Let $SIG = (\keygen, \sign, \verify)$ be a digital signature scheme. $SIG$ is \cma secure if for all ppt adversaries $\adversary{A}$ the $\advantage{SIG,\adversary{A}}{\cma}(k)$ is negligible in k.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user