Symmetric Discrete Logarithm

This commit is contained in:
Fabrice Mouhartem 2018-03-20 11:06:46 +01:00
parent dfae5b0ea6
commit c14ba84385
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@
\newcommand{\DLP}{\textsf{DLP}\xspace}
\newcommand{\DDH}{\textsf{DDH}\xspace}
\newcommand{\SXDH}{\textsf{SXDH}\xspace}
\newcommand{\SDL}{\textsf{SDL}\xspace}
%% Lattices
\newcommand{\SIS}{\textsf{SIS}\xspace}
\newcommand{\LWE}{\textsf{LWE}\xspace}

View File

@ -20,5 +20,6 @@
$\SIVP$ & Shortest Independent Vectors Problem \\
$\DLP$ & Discrete Logarithm Problem \\
$\DDH$ & Decisional Diffie-Hellman \\
$\SXDH$ & Symmetric eXternal Diffie-Hellman
$\SXDH$ & Symmetric eXternal Diffie-Hellman \\
$\SDL$ & Symmetric Discrete Logarithm
\end{tabular}