Separations

This commit is contained in:
Fabrice Mouhartem 2018-02-09 11:30:07 +01:00
parent a2216ea830
commit 8a38ab7f50

View File

@ -2,14 +2,18 @@
\addcontentsline{toc}{chapter}{List of Symbols}
\begin{tabular}{ll}
\multicolumn{2}{l}{\scbf{General Notations}} \\
TM & Turing Machine \\
$\ppt$ & Probabilistic Polynomial Time \\
$\epsilon$ & empty word \\
\multicolumn{2}{l}{\scbf{Protocols}} \\
PKE & Public Key Encryption \\
ZK & Zero-Knowledge \\
$\NIZK$ & Non-Interactive Zero-Knowledge \\
\multicolumn{2}{l}{\scbf{Security Models}} \\
$\ROM$ & Random-Oracle Model \\
$\UC$ & Universal Composability \\
$\NIZK$ & Non-Interactive Zero-Knowledge \\
\multicolumn{2}{l}{\scbf{Security Assumptions}} \\
$\SIS$ & Short Integer Solution \\
$\LWE$ & Learning with Errors \\
$\SIVP$ & Shortest Independent Vectors Problem \\