diff options
author | Lucien Heuzeveldt <lucienclaude.heuzeveldt@students.bfh.ch> | 2022-01-04 17:46:36 +0100 |
---|---|---|
committer | Gian Demarmels <gian@demarmels.org> | 2022-02-04 15:33:14 +0100 |
commit | 36f551ff33ac0974788aff28d4b19390ca484f4b (patch) | |
tree | 399ecd848f129b73cc8302bdd8811f1c315e1879 /src/include/taler_crypto_lib.h | |
parent | 106664ed0c50621bd20568c948ad30fccd0689ea (diff) |
set planchet detail cipher, add cipher checks
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r-- | src/include/taler_crypto_lib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index a20e5120..295d0e7b 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -1444,7 +1444,8 @@ TALER_planchet_setup_random (struct TALER_PlanchetSecretsP *ps, * @param ps secret planchet internals (for #TALER_planchet_to_coin) * @param[out] c_hash set to the hash of the public key of the coin (needed later) * @param[out] pd set to the planchet detail for TALER_MERCHANT_tip_pickup() and - * other withdraw operations + * other withdraw operations, pd->blinded_planchet.cipher will be set + * to cipher from dk * @return #GNUNET_OK on success */ enum GNUNET_GenericReturnValue |