used xspace package
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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}
|
||||
Reference in New Issue
Block a user