aboutsummaryrefslogtreecommitdiff
path: root/src/util/taler-exchange-secmod-rsa.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-13 15:05:48 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-13 15:05:48 +0100
commit9838e0fc33c0e21cac4b238ae2ab78e386d7d9c2 (patch)
tree0f987b9bde98b88f5e6c0afdee21fff5b4141e7a /src/util/taler-exchange-secmod-rsa.h
parentb93b9dd074cf347c978b7c58c3ce71d55aa669fd (diff)
downloadexchange-9838e0fc33c0e21cac4b238ae2ab78e386d7d9c2.tar.xz
API refactoring towards batch CS
Diffstat (limited to 'src/util/taler-exchange-secmod-rsa.h')
-rw-r--r--src/util/taler-exchange-secmod-rsa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/taler-exchange-secmod-rsa.h b/src/util/taler-exchange-secmod-rsa.h
index dddaf3e1c..ffbceb48e 100644
--- a/src/util/taler-exchange-secmod-rsa.h
+++ b/src/util/taler-exchange-secmod-rsa.h
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2020 Taler Systems SA
+ Copyright (C) 2020-2022 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -136,7 +136,7 @@ struct TALER_CRYPTO_SignRequest
/**
- * Message sent if a signature is requested.
+ * Message sent if a batch of signatures is requested.
*/
struct TALER_CRYPTO_BatchSignRequest
{
@@ -151,7 +151,7 @@ struct TALER_CRYPTO_BatchSignRequest
uint32_t batch_size;
/*
- * Followed by @e batch_size batch sign requests.
+ * Followed by @e batch_size sign requests.
*/
};