Adaptive OT definitions
This commit is contained in:
22
macros.tex
22
macros.tex
@ -19,6 +19,8 @@
|
||||
\newcommand{\QANIZK}{\textsf{QA-NIZK}\xspace}
|
||||
\newcommand{\PKE}{\textsf{PKE}\xspace}
|
||||
\newcommand{\OT}{\textsf{OT}\xspace}
|
||||
\newcommand{\OTAC}{\ensuremath{\mathcal{AC}}\textrm{-}\ensuremath{\mathcal{OT}}\xspace}
|
||||
\newcommand{\OTA}{\ensuremath{\mathcal{OT}_{k \times 1}^N}\xspace}
|
||||
\newcommand{\GE}{\textsf{GE}\xspace}
|
||||
%% Common
|
||||
\newcommand{\Setup}{\ensuremath{\mathsf{Setup}}\xspace}
|
||||
@ -117,6 +119,26 @@
|
||||
\newcommand{\interface}{\mathcal{I}}
|
||||
\newcommand{\ssigma}{\boldsymbol{\sigma}\xspace}
|
||||
\newcommand{\ID}{\ensuremath{\mathsf{ID}}\xspace}
|
||||
%% Group Encryption
|
||||
\newcommand{\compar}{\mathsf{COM}_{\mathsf{par}}}
|
||||
\newcommand{\rec}{\mathsf{rec}}
|
||||
\newcommand{\oa}{\mathsf{oa}}
|
||||
\newcommand{\USR}{\mathsf{U}}
|
||||
\newcommand{\expandtimes}{\mathsf{expand}^{\otimes}}
|
||||
%% OT
|
||||
\newcommand{\env}{\mathcal{E}}
|
||||
\newcommand{\SI}{\ensuremath{\mathsf{S_I}}\xspace}
|
||||
\newcommand{\RI}{\ensuremath{\mathsf{R_I}}\xspace}
|
||||
\newcommand{\ST}{\ensuremath{\mathsf{S_T}}\xspace}
|
||||
\newcommand{\RT}{\ensuremath{\mathsf{R_T}}\xspace}
|
||||
\newcommand{\hS}{\ensuremath{\widehat{\mathsf{S}}}\xspace}
|
||||
\newcommand{\hR}{\ensuremath{\widehat{\mathsf{R}}}\xspace}
|
||||
%% AC-OT
|
||||
\newcommand{\ISetup}{\ensuremath{\mathsf{ISetup}}\xspace}
|
||||
\newcommand{\Issue}{\ensuremath{\mathsf{Issue}}\xspace}
|
||||
\newcommand{\DBSetup}{\ensuremath{\mathsf{DBSetup}}\xspace}
|
||||
\newcommand{\Transfer}{\ensuremath{\mathsf{Transfer}}\xspace}
|
||||
|
||||
|
||||
% Other
|
||||
\newcommand{\TODO}{\textbf{\textcolor{red}{TODO}}\xspace}
|
||||
|
Reference in New Issue
Block a user