From 6aaecb39b27404f745234382db7aabf408f9e83d Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Sat, 10 Feb 2018 15:32:00 +0100 Subject: [PATCH] + Oblivious Transfer --- macros.tex | 1 + symbols.tex | 1 + 2 files changed, 2 insertions(+) diff --git a/macros.tex b/macros.tex index 42d48e7..aa86f58 100644 --- a/macros.tex +++ b/macros.tex @@ -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 diff --git a/symbols.tex b/symbols.tex index 831a40b..9c16c87 100644 --- a/symbols.tex +++ b/symbols.tex @@ -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 \\