aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/pk_ops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pubkey/pk_ops.cpp')
-rw-r--r--src/lib/pubkey/pk_ops.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/pubkey/pk_ops.cpp b/src/lib/pubkey/pk_ops.cpp
index 1017518a7..dba82345e 100644
--- a/src/lib/pubkey/pk_ops.cpp
+++ b/src/lib/pubkey/pk_ops.cpp
@@ -44,11 +44,6 @@ PK_Ops::Decryption_with_EME::Decryption_with_EME(const std::string& eme)
PK_Ops::Decryption_with_EME::~Decryption_with_EME() {}
-size_t PK_Ops::Decryption_with_EME::max_input_bits() const
- {
- return m_eme->maximum_input_size(max_raw_input_bits());
- }
-
secure_vector<byte>
PK_Ops::Decryption_with_EME::decrypt(byte& valid_mask,
const byte ciphertext[],