From af9aed3476da4a456f08ed1e74260f53ba32bdc9 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Wed, 7 Feb 2018 14:13:44 +0100 Subject: [PATCH] Add \epsilon --- symbols.tex | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/symbols.tex b/symbols.tex index dd442fe..0c89b8a 100644 --- a/symbols.tex +++ b/symbols.tex @@ -2,15 +2,16 @@ \addcontentsline{toc}{chapter}{List of Symbols} \begin{tabular}{ll} - TM & Turing Machine \\ - $\ppt$ & Probabilistic Polynomial Time \\ - PKE & Public Key Encryption \\ - ZK & Zero-Knowledge \\ - $\UC$ & Universal Composability \\ - $\SIS$ & Short Integer Solution \\ - $\LWE$ & Learning with Errors \\ - $\SIVP$ & Shortest Independent Vectors Problem \\ - $\DLP$ & Discrete Logarithm Problem \\ - $\DDH$ & Decisional Diffie-Hellman \\ - $\SXDH$ & Symmetric eXternal Diffie-Hellman + TM & Turing Machine \\ + $\ppt$ & Probabilistic Polynomial Time \\ + $\epsilon$ & empty word \\ + PKE & Public Key Encryption \\ + ZK & Zero-Knowledge \\ + $\UC$ & Universal Composability \\ + $\SIS$ & Short Integer Solution \\ + $\LWE$ & Learning with Errors \\ + $\SIVP$ & Shortest Independent Vectors Problem \\ + $\DLP$ & Discrete Logarithm Problem \\ + $\DDH$ & Decisional Diffie-Hellman \\ + $\SXDH$ & Symmetric eXternal Diffie-Hellman \end{tabular}