diff --git a/macros.tex b/macros.tex index a348a8f..a4834c1 100644 --- a/macros.tex +++ b/macros.tex @@ -67,7 +67,7 @@ %% Experience/Games \newcommand{\Exp}[2]{\ensuremath{\mathsf{Exp}^{#1}_{#2}}\xspace} \newcommand{\Expt}{\ensuremath{\mathbf{Exp}}\xspace} -\newcommand{\advantage}[2]{\ensuremath{\mathrm{Advt}^{#1}_{#2}}\xspace} +\newcommand{\advantage}[2]{\ensuremath{\mathrm{Adv}^{#1}_{#2}}\xspace} \newcommand{\oracle}[2]{\ensuremath{\mathcal O^{\,\mathsf{#1}(\,#2\,)}_{}}\xspace} \newcommand{\ensemble}[1]{\ensuremath{\mathcal S_{\mathsf{#1}}^{}}\xspace} \newcommand{\Proba}[1]{\ensuremath{\Pr\left[#1\right]}\xspace} diff --git a/symbols.tex b/symbols.tex index 1f82783..3ebe7e5 100644 --- a/symbols.tex +++ b/symbols.tex @@ -31,6 +31,7 @@ $\QANIZK$ & Quasi-Adaptive Non-Interactive Zero-Knowledge \\ $\OT$ & Oblivious Transfer \\ [1ex] \multicolumn{2}{l}{\scbf{Security Notions}} \\ + $\advantage{\mathrm{E}}{\adv}$ & Advantage of adversary $\adv$ for experiment $\mathrm{E}$ \\ EU-CMA & Existentially Unforgeable under chosen-message attacks \\ EU-RMA & Existentially Unforgeable under random-message attacks \\ IND-CPA & Indistinguishable under chosen-plaintext attacks (passive adversary) \\ @@ -43,7 +44,7 @@ [.5ex] \multicolumn{2}{l}{\quad\textbf{Lattices}} \\ $\SIS$ & Short Integer Solution \\ $\ISIS$ & Inhomogeneous Short Integer Solution \\ - $\LWE$ & Learning with Errors \\ + $\LWE$ & Learning-with-Errors \\ $\SIVP$ & Shortest Independent Vectors Problem \\ [.5ex] \multicolumn{2}{l}{\quad\textbf{Cyclic groups}} \\ $\DLP$ & Discrete Logarithm Problem \\