aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-14 23:02:25 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-14 23:02:25 +0100
commitbd77bcb52dcad4b761f3db0acaa6b71b112a31c2 (patch)
treef519ebc30bf0917d9f2e91667a20beac71284586 /src/include
parentf4f40a31efd3028dec36c0b84a49617926b5f9c3 (diff)
-towards fixing the protocol
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 844de585..eea170c1 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -1381,11 +1381,20 @@ struct TALER_EXCHANGEDB_LinkList
struct TALER_CoinSpendSignatureP orig_coin_link_sig;
/**
+ * CS nonce, if cipher is CS.
+ */
+ struct TALER_CsNonce nonce;
+
+ /**
* Offset that generated this coin in the refresh
* operation.
*/
uint32_t coin_refresh_offset;
+ /**
+ * Set to true if @e nonce was initialized.
+ */
+ bool have_nonce;
};