From 251f2b598730b9a5a692a602bcde050d63c2db84 Mon Sep 17 00:00:00 2001 From: Lucien Heuzeveldt Date: Sat, 5 Feb 2022 22:46:36 +0100 Subject: implement csr max request elements --- src/include/taler_crypto_lib.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/taler_crypto_lib.h') diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 0783b1e8..cf8464b3 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -1557,6 +1557,12 @@ TALER_planchet_to_coin (const struct TALER_DenominationPublicKey *dk, /* ****************** Refresh crypto primitives ************* */ +/** + * 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 -- cgit v1.2.3