Proof Overview for Dlog' => Game Z

This commit is contained in:
2023-02-27 18:30:45 +01:00
parent e6acb62385
commit ef1610a1e0
2 changed files with 30 additions and 8 deletions

View File

@@ -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}}