Added SUF-CMA security notion

This commit is contained in:
2023-02-24 12:02:49 +01:00
parent eb5896d8ce
commit 2b90e8d03a
2 changed files with 58 additions and 7 deletions

View File

@@ -1,11 +1,24 @@
% Games
\newcommand{\game}{\textbf{Game} }
\newcommand{\randomsample}{\overset{{\scriptscriptstyle\$}}{\leftarrow}}
\newcommand{\randomassign}{\leftarrow}
\newcommand{\assign}{:=}
\newcommand{\encoded}[1]{\underline{#1}}
\newcommand{\m}{m}
\newcommand{\signature}{\sigma}
\newcommand{\pubkey}{pk}
\newcommand{\privkey}{sk}
% EdDSA procedures
\newcommand{\keygen}{KeyGen }
\newcommand{\sign}{Sign }
\newcommand{\verify}{Verify }
% Security Notions
\newcommand{\cma}{SUF-CMA }
\newcommand{\adversary}[1]{\mathcal{#1}}
\newcommand{\advantage}[2]{Adv_{#1}^{#2}}
\newcommand{\prone}[1]{Pr[#1 \Rightarrow 1]}
% Oracle
\newcommand{\Osign}{\textit{Sign} }