aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-06 15:29:10 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-06 15:29:10 +0100
commitf01ab79015e1425a9c0cdede4bce0825d4c8c65b (patch)
tree429bf85b3712cd51d83a6d38e23bbee8051ab628 /src/include
parentc3e244322b6b7234c0234471b07d67bf6a210b91 (diff)
downloadexchange-f01ab79015e1425a9c0cdede4bce0825d4c8c65b.tar.xz
RSA-despecialization
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_crypto_lib.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 8907ca43f..6bb4a50e2 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -2167,22 +2167,4 @@ TALER_merchant_wire_signature_make (
struct TALER_MerchantSignatureP *merch_sig);
-/**
- * Blinds the given message with the given blinding key
- *
- * @param hash hash of the message to sign
- * @param bks the blinding key
- * @param pkey the public key of the signer
- * @param[out] buf set to a buffer with the blinded message to be signed
- * @param[out] buf_size number of bytes stored in @a buf
- * @return #GNUNET_YES if successful, #GNUNET_NO if RSA key is malicious
- */
-enum GNUNET_GenericReturnValue
-TALER_rsa_blind (const struct TALER_CoinPubHash *hash,
- const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks,
- struct GNUNET_CRYPTO_RsaPublicKey *pkey,
- void **buf,
- size_t *buf_size);
-
-
#endif