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[urlcolor=blue,hidelinks]{hyperref}
\usepackage[,hhmmss]{datetime} \usepackage[,hhmmss]{datetime}
\usepackage{float} \usepackage{float}
\usepackage{xspace}
\newtheorem{lemma}{Lemma}[section] \newtheorem{lemma}{Lemma}[section]
\newtheorem{theorem}{Theorem}[section] \newtheorem{theorem}{Theorem}[section]

View File

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