some more small changes

This commit is contained in:
2023-02-27 17:36:42 +01:00
parent f85f29c221
commit e6acb62385
2 changed files with 17 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
% Games
\newcommand{\game}{\textbf{Game} }
\newcommand{\inp}{\cdot}
\newcommand{\field}[1]{\mathbb{#1}}
\newcommand{\secparamter}{\lambda}
\newcommand{\randomsample}{\overset{{\scriptscriptstyle\$}}{\leftarrow}}
\newcommand{\randomassign}{\leftarrow}
@@ -16,6 +18,7 @@
\newcommand{\verify}{Verify }
% Security Notions
\newcommand{\igame}{Game Z}
\newcommand{\cma}{SUF-CMA }
\newcommand{\adversary}[1]{\mathcal{#1}}
\newcommand{\advantage}[2]{Adv_{#1}^{#2}}