summaryrefslogtreecommitdiff
path: root/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsa.h')
-rw-r--r--rsa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rsa.h b/rsa.h
index aefef4b2..6d2574bc 100644
--- a/rsa.h
+++ b/rsa.h
@@ -483,6 +483,8 @@ _rsa_verify(const struct rsa_public_key *key,
size_t
_rsa_check_size(mpz_t n);
+/* _rsa_blind and _rsa_unblind are deprecated, unused in the library,
+ and will likely be removed with the next ABI break. */
void
_rsa_blind (const struct rsa_public_key *pub,
void *random_ctx, nettle_random_func *random,