1pt separation between sections

This commit is contained in:
Fabrice Mouhartem 2018-02-09 12:53:52 +01:00
parent 8a38ab7f50
commit 6bc003b8e2

View File

@ -2,22 +2,22 @@
\addcontentsline{toc}{chapter}{List of Symbols} \addcontentsline{toc}{chapter}{List of Symbols}
\begin{tabular}{ll} \begin{tabular}{ll}
\multicolumn{2}{l}{\scbf{General Notations}} \\ \multicolumn{2}{l}{\scbf{General Notations}} \\
TM & Turing Machine \\ TM & Turing Machine \\
$\ppt$ & Probabilistic Polynomial Time \\ $\ppt$ & Probabilistic Polynomial Time \\
$\epsilon$ & empty word \\ $\epsilon$ & empty word \\
\multicolumn{2}{l}{\scbf{Protocols}} \\ [1ex] \multicolumn{2}{l}{\scbf{Protocols}} \\
PKE & Public Key Encryption \\ PKE & Public Key Encryption \\
ZK & Zero-Knowledge \\ ZK & Zero-Knowledge \\
$\NIZK$ & Non-Interactive Zero-Knowledge \\ $\NIZK$ & Non-Interactive Zero-Knowledge \\
\multicolumn{2}{l}{\scbf{Security Models}} \\ [1ex] \multicolumn{2}{l}{\scbf{Security Models}} \\
$\ROM$ & Random-Oracle Model \\ $\ROM$ & Random-Oracle Model \\
$\UC$ & Universal Composability \\ $\UC$ & Universal Composability \\
\multicolumn{2}{l}{\scbf{Security Assumptions}} \\ [1ex] \multicolumn{2}{l}{\scbf{Security Assumptions}} \\
$\SIS$ & Short Integer Solution \\ $\SIS$ & Short Integer Solution \\
$\LWE$ & Learning with Errors \\ $\LWE$ & Learning with Errors \\
$\SIVP$ & Shortest Independent Vectors Problem \\ $\SIVP$ & Shortest Independent Vectors Problem \\
$\DLP$ & Discrete Logarithm Problem \\ $\DLP$ & Discrete Logarithm Problem \\
$\DDH$ & Decisional Diffie-Hellman \\ $\DDH$ & Decisional Diffie-Hellman \\
$\SXDH$ & Symmetric eXternal Diffie-Hellman $\SXDH$ & Symmetric eXternal Diffie-Hellman
\end{tabular} \end{tabular}