summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorGian Demarmels <gian@demarmels.org>2022-02-05 23:12:31 +0100
committerGian Demarmels <gian@demarmels.org>2022-02-05 23:12:31 +0100
commit9fc3b7a27877ff9c147fd93099615f8f7c562de2 (patch)
treef42539df70241ab2bd6bc51c61b12b0cb611ff6e /src/include
parentb280b1db0456e883c9976579ea929ed47cbbb7f5 (diff)
parent251f2b598730b9a5a692a602bcde050d63c2db84 (diff)
downloadexchange-9fc3b7a27877ff9c147fd93099615f8f7c562de2.tar.gz
exchange-9fc3b7a27877ff9c147fd93099615f8f7c562de2.tar.bz2
exchange-9fc3b7a27877ff9c147fd93099615f8f7c562de2.zip
Merge branch 'master' of ssh://git.taler.net/exchange
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_crypto_lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 4abb985a6..077d57859 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -1558,6 +1558,12 @@ TALER_planchet_to_coin (const struct TALER_DenominationPublicKey *dk,
/**
+ * Maximum number of fresh coins we allow per refresh operation.
+ */
+#define TALER_MAX_FRESH_COINS 256
+
+
+/**
* Given the coin and the transfer private keys, compute the
* transfer secret. (Technically, we only need one of the two
* private keys, but the caller currently trivially only has