Use N in sets of security definitions
This commit is contained in:
@@ -35,7 +35,7 @@ A common security notion for digital signature schemes is the existential unforg
|
||||
\end{algorithmic}
|
||||
\vspace{2mm}
|
||||
\begin{algorithmic}
|
||||
\Statex \underline{\oracle \Osign($i \in \{1,2,...,n\}$, $\m \in \messagespace$)}
|
||||
\Statex \underline{\oracle \Osign($i \in \{1,2,...,N\}$, $\m \in \messagespace$)}
|
||||
\State $\signature \randomassign \sign(\privkey_i, \m)$
|
||||
\State $M \assign M \cup \{(\pubkey_i, \m)\}$
|
||||
\State \Return $\signature$
|
||||
@@ -64,7 +64,7 @@ A common security notion for digital signature schemes is the existential unforg
|
||||
\end{algorithmic}
|
||||
\vspace{2mm}
|
||||
\begin{algorithmic}
|
||||
\Statex \underline{\oracle \Osign($i \in \{1,2,...,n\}$, $\m \in \messagespace$)}
|
||||
\Statex \underline{\oracle \Osign($i \in \{1,2,...,N\}$, $\m \in \messagespace$)}
|
||||
\State $\signature \randomassign \sign(\privkey_i, \m)$
|
||||
\State $M \assign M \cup \{(\pubkey_i, \m, \signature)\}$
|
||||
\State \Return $\signature$
|
||||
|
||||
Reference in New Issue
Block a user