Add definitions

This commit is contained in:
Fabrice Mouhartem 2018-06-19 14:41:13 +02:00
parent b9b2995033
commit 1bb122c516

View File

@ -15,7 +15,7 @@
$\U(S)$ & If $S$ is a finite set, $\U(S)$ denotes the uniform distribution over $S$ \\
$\Supp(D)$ & If $D$ is a probability distribution, $\Supp(D)$ denotes the support of $D$ \\
$\Pr[E]$ & Probability that an event $E$ occurs \\
$D \approx_s D'$ & $D$ is statistically close to $D'$ \\
$D \approx_s D'$ & The distribution $D$ is statistically close to the distribution $D'$ \\
[1ex] \multicolumn{2}{l}{\scbf{Usual sets}} \\
$\QQ$ & the set of rational numbers \\
$\RR$ & the set of real numbers \\
@ -24,7 +24,7 @@
$\FF_2$ & the field $\ZZ_{/2\ZZ}$ \\
$\mathbb{S}^d$ & the set of vectors of dimension $d$ in the set $\mathbb{S}$ \\
$\mathbb{S}^{n \times m}$ & the set of matrices with $n$ rows and $m$ columns in the set $\mathbb{S}$ \\
$\permutations_D$ & The set of all permutations over $\{1,\ldots, D\}$ \\
$\permutations_k$ & The set of all permutations over $\{1,\ldots, k\}$ \\
[1ex] \multicolumn{2}{l}{\scbf{Protocols}} \\
$\PKE$ & Public Key Encryption \\
$\ZK$ & Zero-Knowledge \\
@ -32,6 +32,8 @@
$\NIZK$ & Non-Interactive Zero-Knowledge \\
$\QANIZK$ & Quasi-Adaptive Non-Interactive Zero-Knowledge \\
$\textsf{WI}$ & Witness indistinguishable \\
$\textsf{GS}$ & Group Signature \\
$\GE$ & Group Encryption \\
$\OT$ & Oblivious Transfer \\
[1ex] \multicolumn{2}{l}{\scbf{Security Notions}} \\
$\advantage{\mathrm{E}}{\adv}$ & Advantage of adversary $\adv$ for experiment $\mathrm{E}$ \\
@ -45,16 +47,16 @@
$\UC$ & Universal Composability \\
[1ex] \multicolumn{2}{l}{\scbf{Security Assumptions}} \\
[.5ex] \multicolumn{2}{l}{\quad\textbf{Lattices}} \\
$\SIS$ & Short Integer Solution \\
$\ISIS$ & Inhomogeneous Short Integer Solution \\
$\LWE$ & Learning-with-Errors \\
$\SIVP$ & Shortest Independent Vectors Problem \\
$\SIS$ & Short Integer Solution (\cref{de:sis}) \\
$\ISIS$ & Inhomogeneous Short Integer Solution (\cref{de:sis}) \\
$\LWE$ & Learning-with-Errors (\cref{de:lwe}) \\
$\SIVP$ & Shortest Independent Vectors Problem (\cref{de:sivp}) \\
[.5ex] \multicolumn{2}{l}{\quad\textbf{Cyclic groups}} \\
$\DLP$ & Discrete Logarithm Problem \\
$\DDH$ & Decisional Diffie-Hellman \\
$\DLP$ & Discrete Logarithm Problem (\cref{de:DLP}) \\
$\DDH$ & Decisional Diffie-Hellman (\cref{de:DDH}) \\
[.5ex] \multicolumn{2}{l}{\quad\textbf{Bilinear groups}} \\
$\SXDH$ & Symmetric eXternal Diffie-Hellman \\
$\SDL$ & Symmetric Discrete Logarithm \\
$\SXDH$ & Symmetric eXternal Diffie-Hellman (\cref{de:SXDH}) \\
$\SDL$ & Symmetric Discrete Logarithm (\cref{de:SDL}) \\
[1ex] \multicolumn{2}{l}{\scbf{Stern-like protocol}} \\
$\mathsf{B}^2_{\mathfrak m}$ & The set of $\bit$ vector of hamming weight $\mathfrak m$ \\
$\mathsf{B}^3_{\mathfrak m}$ & The set of $\nbit$ vectors with $\mathfrak m$ elements in $-1$, $0$ and $1$ \\