Adaptive OT definitions

This commit is contained in:
2018-05-03 18:33:09 +02:00
parent b9b5ea7137
commit 87c0f7e621
2 changed files with 175 additions and 0 deletions

View File

@ -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}