used xspace package

This commit is contained in:
2023-05-15 11:39:23 +02:00
parent 048dd04b86
commit 82ca914eba
2 changed files with 14 additions and 13 deletions

View File

@@ -19,6 +19,7 @@ listof=totoc,
\usepackage[urlcolor=blue,hidelinks]{hyperref}
\usepackage[,hhmmss]{datetime}
\usepackage{float}
\usepackage{xspace}
\newtheorem{lemma}{Lemma}[section]
\newtheorem{theorem}{Theorem}[section]

View File

@@ -1,6 +1,6 @@
% Games
\newcommand{\game}{\textbf{Game} }
\newcommand{\oracle}{\textbf{Oracle} }
\newcommand{\game}{\textbf{Game}\xspace}
\newcommand{\oracle}{\textbf{Oracle}\xspace}
\newcommand{\inp}{\cdot}
\newcommand{\field}[1]{\mathbb{Z}_{#1}}
\newcommand{\secparamter}{\lambda}
@@ -23,30 +23,30 @@
\newcommand{\pset}[1]{\mathbf{#1}}
% Special Dlog
\newcommand{\sdlog}{\text{DLog'} }
\newcommand{\somdl}{\text{OMDL'} }
\newcommand{\sdlog}{\text{DLog'}\xspace}
\newcommand{\somdl}{\text{OMDL'}\xspace}
% SIM algotithm
\newcommand{\simalg}{\textit{Sim} }
\newcommand{\simalg}{\textit{Sim}\xspace}
% Intermediate Game
\newcommand{\igame}{\text{Game Z} }
\newcommand{\ioracle}{\textit{Chall} }
\newcommand{\igame}{\text{Game Z}\xspace}
\newcommand{\ioracle}{\textit{Chall}\xspace}
% EdDSA procedures
\newcommand{\keygen}{\textit{KeyGen} }
\newcommand{\sign}{\textit{Sign} }
\newcommand{\verify}{\textit{Verify} }
\newcommand{\keygen}{\textit{KeyGen}\xspace}
\newcommand{\sign}{\textit{Sign}\xspace}
\newcommand{\verify}{\textit{Verify}\xspace}
% Security Notions
\newcommand{\cma}{\text{SUF-CMA} }
\newcommand{\cma}{\text{SUF-CMA}\xspace}
\newcommand{\adversary}[1]{\mathcal{#1}}
\newcommand{\advantage}[2]{\text{Adv}_{#1}^{#2}}
\newcommand{\prone}[1]{\Pr[#1 \Rightarrow 1]}
% Oracle
\newcommand{\Osign}{\textit{Sign} }
\newcommand{\Odl}{\textif{DL} }
\newcommand{\Osign}{\textit{Sign}\xspace}
\newcommand{\Odl}{\textif{DL}\xspace}
% Structrues
\newcommand{\curve}{E}