Proof Overview for Dlog' => Game Z
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
% Games
|
||||
\newcommand{\game}{\textbf{Game} }
|
||||
\newcommand{\inp}{\cdot}
|
||||
\newcommand{\field}[1]{\mathbb{#1}}
|
||||
\newcommand{\field}[1]{\mathbb{F}_{#1}}
|
||||
\newcommand{\secparamter}{\lambda}
|
||||
\newcommand{\randomsample}{\overset{{\scriptscriptstyle\$}}{\leftarrow}}
|
||||
\newcommand{\randomassign}{\leftarrow}
|
||||
@@ -11,6 +11,11 @@
|
||||
\newcommand{\signature}{\sigma}
|
||||
\newcommand{\pubkey}{pk}
|
||||
\newcommand{\privkey}{sk}
|
||||
\newcommand{\groupelement}[1]{#1}
|
||||
|
||||
% Intermediate Game
|
||||
\newcommand{\igame}{Game Z }
|
||||
\newcommand{\ioracle}{Chall }
|
||||
|
||||
% EdDSA procedures
|
||||
\newcommand{\keygen}{KeyGen }
|
||||
@@ -18,7 +23,6 @@
|
||||
\newcommand{\verify}{Verify }
|
||||
|
||||
% Security Notions
|
||||
\newcommand{\igame}{Game Z}
|
||||
\newcommand{\cma}{SUF-CMA }
|
||||
\newcommand{\adversary}[1]{\mathcal{#1}}
|
||||
\newcommand{\advantage}[2]{Adv_{#1}^{#2}}
|
||||
|
||||
Reference in New Issue
Block a user