+ Oblivious Transfer

This commit is contained in:
Fabrice Mouhartem 2018-02-10 15:32:00 +01:00
parent ad67a45c37
commit 6aaecb39b2
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
\newcommand{\ZK}{\textsf{ZK}\xspace}
\newcommand{\NIZK}{\textsf{NIZK}\xspace}
\newcommand{\PKE}{\textsf{PKE}\xspace}
\newcommand{\OT}{\textsf{OT}\xspace}
% Assumptions/Problems
%% Pairings

View File

@ -10,6 +10,7 @@
$\PKE$ & Public Key Encryption \\
$\ZK$ & Zero-Knowledge \\
$\NIZK$ & Non-Interactive Zero-Knowledge \\
$\OT$ & Oblivious Transfer \\
[1ex] \multicolumn{2}{l}{\scbf{Security Models}} \\
$\ROM$ & Random-Oracle Model \\
$\UC$ & Universal Composability \\