summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfis.ch>2022-11-06 02:24:17 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-06 22:32:42 +0100
commit326ba4952b468cd6ac851ae61d57f9533db40eb6 (patch)
treec27f233cf2d2333626c8a232241be2ed46f629cc
parent076d43a998925583bb75f51dd21015c7c02df686 (diff)
downloaddocs-326ba4952b468cd6ac851ae61d57f9533db40eb6.tar.gz
docs-326ba4952b468cd6ac851ae61d57f9533db40eb6.tar.bz2
docs-326ba4952b468cd6ac851ae61d57f9533db40eb6.zip
List CIPHER as required coin option
Signed-off-by: Christian Grothoff <christian@grothoff.org>
-rw-r--r--taler-exchange-manual.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index e5d1bd46..fc06a8e3 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -520,6 +520,9 @@ must then have the following options:
- ``FEE_REFUND``: What does it cost to refund this coin?
Specified using the same format as value.
+- ``CIPHER``: Which cipher to use for this coin? Must be either ``RSA`` or
+ ``CS``.
+
- ``RSA_KEYSIZE``: How many bits should the RSA modulus (product of the two
primes) have for this type of coin.