Introduced some macros
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
\newcommand{\randomsample}{\overset{{\scriptscriptstyle\$}}{\leftarrow}}
|
||||
\newcommand{\assign}{:=}
|
||||
\newcommand{\encoded}[1]{\underline{#1}}
|
||||
\newcommand{\encoded}[1]{\underline{#1}}
|
||||
|
||||
% EdDSA procedures
|
||||
\newcommand{\keygen}{KeyGen }
|
||||
\newcommand{\sign}{Sign }
|
||||
\newcommand{\verify}{Verify }
|
||||
|
||||
% Oracle
|
||||
\newcommand{\Osign}{\textit{Sign} }
|
||||
Reference in New Issue
Block a user