+longtable +macros

This commit is contained in:
2018-04-06 15:46:55 +02:00
parent 184bb30f27
commit 6cfdea5a8c
3 changed files with 29 additions and 4 deletions

View File

@ -17,11 +17,21 @@
\newcommand{\NIZK}{\textsf{NIZK}\xspace}
\newcommand{\PKE}{\textsf{PKE}\xspace}
\newcommand{\OT}{\textsf{OT}\xspace}
%% Common
\newcommand{\Setup}{\ensuremath{\mathsf{Setup}}\xspace}
\newcommand{\Keygen}{\ensuremath{\mathsf{Keygen}}\xspace}
\newcommand{\param}{\ensuremath{\mathsf{par}}\xspace}
%% ZK
\newcommand{\trans}{\textsf{trans}\xspace}
\newcommand{\cmt}{\textsf{cmt}\xspace}
\newcommand{\com}{\ensuremath{\mathsf{com}}\xspace}
\newcommand{\chall}{\textsf{chall}\xspace}
\newcommand{\rsp}{\textsf{response}\xspace}
\newcommand{\extr}{\textsf{extract}\xspace}
\newcommand{\Commit}{\ensuremath{\mathsf{Commit}}\xspace}
\newcommand{\Verify}{\ensuremath{\mathsf{Verify}}\xspace}
\newcommand{\open}{\ensuremath{\mathsf{open}}\xspace}
\newcommand{\Open}{\textsf{Open}\xspace}
% Assumptions/Problems
%% Pairings
@ -30,9 +40,12 @@
\newcommand{\SXDH}{\textsf{SXDH}\xspace}
\newcommand{\SDL}{\textsf{SDL}\xspace}
%% Lattices
\newcommand{\SIS}{\textsf{SIS}\xspace}
\newcommand{\LWE}{\textsf{LWE}\xspace}
\newcommand{\ISIS}{\ensuremath{\mathsf{ISIS}}\xspace}
\newcommand{\SIS}{\ensuremath{\mathsf{SIS}}\xspace}
\newcommand{\LWE}{\ensuremath{\mathsf{LWE}}\xspace}
\newcommand{\SIVP}{\ensuremath{\textsf{SIVP}_\gamma}\xspace}
%% Codes
\newcommand{\SDP}{\ensuremath{\mathsf{SDP}}\xspace}
%% Models
\newcommand{\UC}{\textsf{UC}\xspace}
\newcommand{\ROM}{\textsf{ROM}\xspace}
@ -52,6 +65,7 @@
% Sets
%% Usual sets
\newcommand{\FF}{\xspace\ensuremath{\mathbb{F}}\xspace}
\newcommand{\RR}{\xspace\ensuremath{\mathbb{R}}\xspace}
\newcommand{\ZZ}{\xspace\ensuremath{\mathbb{Z}}\xspace}
\newcommand{\NN}{\xspace\ensuremath{\mathbb{N}}\xspace}