diff options
Diffstat (limited to 'src/lib/pubkey/gost_3410/gost_3410.h')
-rw-r--r-- | src/lib/pubkey/gost_3410/gost_3410.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/pubkey/gost_3410/gost_3410.h b/src/lib/pubkey/gost_3410/gost_3410.h index 1fe4435c4..c844e0fab 100644 --- a/src/lib/pubkey/gost_3410/gost_3410.h +++ b/src/lib/pubkey/gost_3410/gost_3410.h @@ -48,14 +48,6 @@ class BOTAN_DLL GOST_3410_PublicKey : public virtual EC_PublicKey std::vector<byte> x509_subject_public_key() const override; - /** - * Get the maximum number of bits allowed to be fed to this key. - * This is the bitlength of the order of the base point. - - * @result the maximum number of input bits - */ - size_t max_input_bits() const override { return domain().get_order().bits(); } - size_t message_parts() const override { return 2; } size_t message_part_size() const override |