diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-14 23:02:25 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-14 23:02:25 +0100 |
commit | bd77bcb52dcad4b761f3db0acaa6b71b112a31c2 (patch) | |
tree | f519ebc30bf0917d9f2e91667a20beac71284586 /src/include/taler_exchangedb_plugin.h | |
parent | f4f40a31efd3028dec36c0b84a49617926b5f9c3 (diff) |
-towards fixing the protocol
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 9 |
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; }; |