diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-12 20:52:52 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-12 20:52:52 +0200 |
commit | 745dff3ac02a97d5686270fd142a31ad6e5badb2 (patch) | |
tree | b59b970e892c526849dd908a0147a11281218d87 /tex-stuff | |
parent | 62b87e57a7f7042d27fe0a80b9194aeae0c14a50 (diff) |
minor syntax fix
Diffstat (limited to 'tex-stuff')
-rw-r--r-- | tex-stuff/math.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex-stuff/math.tex b/tex-stuff/math.tex index b4ad0e9..1035abb 100644 --- a/tex-stuff/math.tex +++ b/tex-stuff/math.tex @@ -31,7 +31,7 @@ $v = xg_1$ and $w = xg_2$. Alice proves that an El Gamal encrypted value $(\alpha, \beta) = (m + ry, rg)$ either decrypts to $0$ or to the fixed value $g$ without revealing which is the -case, in other words, it is shown that $m \epsilon \{0, g\}$. +case, in other words, it is shown that $m \in \{0, g\}$. If $m = 0$: |