Add \epsilon

This commit is contained in:
Fabrice Mouhartem 2018-02-07 14:13:44 +01:00
parent 16e717f08b
commit af9aed3476

View File

@ -2,15 +2,16 @@
\addcontentsline{toc}{chapter}{List of Symbols} \addcontentsline{toc}{chapter}{List of Symbols}
\begin{tabular}{ll} \begin{tabular}{ll}
TM & Turing Machine \\ TM & Turing Machine \\
$\ppt$ & Probabilistic Polynomial Time \\ $\ppt$ & Probabilistic Polynomial Time \\
PKE & Public Key Encryption \\ $\epsilon$ & empty word \\
ZK & Zero-Knowledge \\ PKE & Public Key Encryption \\
$\UC$ & Universal Composability \\ ZK & Zero-Knowledge \\
$\SIS$ & Short Integer Solution \\ $\UC$ & Universal Composability \\
$\LWE$ & Learning with Errors \\ $\SIS$ & Short Integer Solution \\
$\SIVP$ & Shortest Independent Vectors Problem \\ $\LWE$ & Learning with Errors \\
$\DLP$ & Discrete Logarithm Problem \\ $\SIVP$ & Shortest Independent Vectors Problem \\
$\DDH$ & Decisional Diffie-Hellman \\ $\DLP$ & Discrete Logarithm Problem \\
$\SXDH$ & Symmetric eXternal Diffie-Hellman $\DDH$ & Decisional Diffie-Hellman \\
$\SXDH$ & Symmetric eXternal Diffie-Hellman
\end{tabular} \end{tabular}