diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-07 11:23:53 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-07 11:23:53 +0100 |
commit | d850ed9ca16b13a27dc285ca63f837ba00faaa2a (patch) | |
tree | 842cb49cf998bc5c55a2b36ef61d5a438406c06e /src/include | |
parent | adeca20fe2ee5acf08511d315622c15bc4441449 (diff) |
-fix test_crypto
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_crypto_lib.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index e74d49f6d..e3c5caa46 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -1530,13 +1530,22 @@ TALER_planchet_prepare (const struct TALER_DenominationPublicKey *dk, * Frees blinded message inside blinded planchet depending on blinded_planchet->cipher * Does not free the @a blinded_planchet itself! * - * @param blinded_planchet blnded planchet + * @param[in] blinded_planchet blinded planchet */ void TALER_blinded_planchet_free (struct TALER_BlindedPlanchet *blinded_planchet); /** + * Frees blinded message inside planchet detail. + * + * @param[in] pd planchet detail to free + */ +void +TALER_planchet_detail_free (struct TALER_PlanchetDetail *pd); + + +/** * Obtain a coin from the planchet's secrets and the blind signature * of the exchange. * |