diff options
Diffstat (limited to 'src/util/taler-exchange-secmod-cs.h')
-rw-r--r-- | src/util/taler-exchange-secmod-cs.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/util/taler-exchange-secmod-cs.h b/src/util/taler-exchange-secmod-cs.h index c8e348b2..04178232 100644 --- a/src/util/taler-exchange-secmod-cs.h +++ b/src/util/taler-exchange-secmod-cs.h @@ -156,7 +156,10 @@ struct TALER_CRYPTO_CsRDeriveRequest */ struct TALER_CsPubHashP h_cs; - /* followed by Withdraw nonce to derive R */ + /** + * Withdraw nonce to derive R from + */ + struct TALER_WithdrawNonce nonce; }; /** @@ -215,7 +218,10 @@ struct TALER_CRYPTO_RDeriveResponse */ uint32_t reserved; - /* followed by derived R */ + /** + * derived R + */ + struct TALER_DenominationCsPublicR r_pub; }; |