diff options
Diffstat (limited to 'src/pubkey/rsa')
-rw-r--r-- | src/pubkey/rsa/rsa.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pubkey/rsa/rsa.h b/src/pubkey/rsa/rsa.h index fc84b36df..3482ff288 100644 --- a/src/pubkey/rsa/rsa.h +++ b/src/pubkey/rsa/rsa.h @@ -41,7 +41,6 @@ class BOTAN_DLL RSA_PublicKey : public virtual IF_Scheme_PublicKey protected: RSA_PublicKey() {} - BigInt public_op(const BigInt&) const; }; /** @@ -86,8 +85,6 @@ class BOTAN_DLL RSA_PrivateKey : public RSA_PublicKey, */ RSA_PrivateKey(RandomNumberGenerator& rng, u32bit bits, u32bit exp = 65537); - private: - BigInt private_op(const byte[], u32bit) const; }; class BOTAN_DLL RSA_Private_Operation : public PK_Ops::Signature, |