diff options
author | lloyd <[email protected]> | 2010-03-08 22:19:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-08 22:19:19 +0000 |
commit | 7833428ae736a0eec9a8af1b58837fca960159d3 (patch) | |
tree | 529ce101ad7daaf0eb0435c5c18c8a5a333a5922 | |
parent | aeb4159e2b6b381c5a184f37c3b17fcd9bf213b5 (diff) |
Remove decls of unimplemented functions
-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, |