2018-08-09 Niels Möller <nisse@lysator.liu.se>
+ * rsa-internal.h (_rsa_blind, _rsa_unblind): Mark with
+ _NETTLE_ATTRIBUTE_DEPRECATED.
+
* nettle-types.h (_NETTLE_ATTRIBUTE_PURE)
(_NETTLE_ATTRIBUTE_DEPRECATED): New macros, for gcc and
lookalikes.
void
_rsa_blind (const struct rsa_public_key *pub,
void *random_ctx, nettle_random_func *random,
- mpz_t c, mpz_t ri);
+ mpz_t c, mpz_t ri) _NETTLE_ATTRIBUTE_DEPRECATED;
void
-_rsa_unblind (const struct rsa_public_key *pub, mpz_t c, const mpz_t ri);
+_rsa_unblind (const struct rsa_public_key *pub, mpz_t c, const mpz_t ri)
+ _NETTLE_ATTRIBUTE_DEPRECATED;
#endif /* NETTLE_RSA_INTERNAL_H_INCLUDED */