aboutsummaryrefslogtreecommitdiff
path: root/src/util/taler-exchange-secmod-cs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-13 19:03:52 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-13 19:03:52 +0100
commit18aba0abbb427a2e0e76ae88f95fef493e74032d (patch)
treeb0697930108889d89ddbcf5c6c4ab2b40737de69 /src/util/taler-exchange-secmod-cs.h
parent9838e0fc33c0e21cac4b238ae2ab78e386d7d9c2 (diff)
downloadexchange-18aba0abbb427a2e0e76ae88f95fef493e74032d.tar.xz
add batch logic to taler-exchange-secmod-cs
Diffstat (limited to 'src/util/taler-exchange-secmod-cs.h')
-rw-r--r--src/util/taler-exchange-secmod-cs.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/util/taler-exchange-secmod-cs.h b/src/util/taler-exchange-secmod-cs.h
index 21b1ef4ca..0ccb71da4 100644
--- a/src/util/taler-exchange-secmod-cs.h
+++ b/src/util/taler-exchange-secmod-cs.h
@@ -35,10 +35,12 @@
#define TALER_HELPER_CS_MT_RES_SIGNATURE 9
#define TALER_HELPER_CS_MT_RES_SIGN_FAILURE 10
-#define TALER_HELPER_CS_MT_RES_RDERIVE 11
-#define TALER_HELPER_CS_MT_RES_RDERIVE_FAILURE 12
+#define TALER_HELPER_CS_MT_RES_BATCH_SIGN_FAILURE 11
+#define TALER_HELPER_CS_MT_RES_RDERIVE 12
+#define TALER_HELPER_CS_MT_RES_RDERIVE_FAILURE 13
+#define TALER_HELPER_CS_MT_RES_BATCH_RDERIVE_FAILURE 14
-#define TALER_HELPER_CS_SYNCED 13
+#define TALER_HELPER_CS_SYNCED 15
GNUNET_NETWORK_STRUCT_BEGIN
@@ -134,8 +136,7 @@ struct TALER_CRYPTO_CsSignRequestMessage
struct TALER_CsPubHashP h_cs;
/**
- * Planchet containing message to sign
- * and nonce to derive R from
+ * Planchet containing message to sign and nonce to derive R from
*/
struct TALER_BlindedCsPlanchet planchet;