Introduced some macros

This commit is contained in:
2023-02-24 10:42:26 +01:00
parent be6defc8bf
commit 438f0e0395
2 changed files with 13 additions and 5 deletions

View File

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