diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-10-25 14:49:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-10-25 14:49:20 +0200 |
commit | 924768cd5585f7ccdfcd8c2570023a0712cb723b (patch) | |
tree | 4fc2bc784f341805327e1c8cee52012759461eb5 /doc | |
parent | dd3c65318f5ee4d13c70a2cceedc434c2005d9ec (diff) |
introduce S_X notation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/paper/taler.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/paper/taler.tex b/doc/paper/taler.tex index f35680f98..28d377f80 100644 --- a/doc/paper/taler.tex +++ b/doc/paper/taler.tex @@ -622,9 +622,9 @@ purposes. The exchange's bank transfers dealing in traditional currency are expected to be recorded for tax authorities to ensure taxability. % FIXME: Auditor? -We use RSA for denomination keys and EdDSA over some eliptic curve -$\mathbb{E}$ for all other keys. Let $G$ denote the generator of -our elliptic curve $\mathbb{E}$. +$S_K$ denotes RSA signing with denomination key $K$ and EdDSA +over eliptic curve $\mathbb{E}$ for other types of keys. +$G$ denotes the generator of elliptic curve $\mathbb{E}$. \subsection{Withdrawal} |