From 153b79ef5d9b042b23eba9aa332ec025bbc3300e Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 19 Jul 2003 03:47:20 +0000 Subject: remove Diamond2, code size reductions git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@107 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- elgamal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'elgamal.h') diff --git a/elgamal.h b/elgamal.h index 1779f44..3d6734e 100644 --- a/elgamal.h +++ b/elgamal.h @@ -106,14 +106,14 @@ struct ElGamal static const char * StaticAlgorithmName() {return "ElgamalEnc/Crypto++Padding";} - class CRYPTOPP_NO_VTABLE EncryptorImpl : public ElGamalObjectImpl, SchemeOptions, SchemeOptions::PublicKey>, public PublicKeyCopier + class EncryptorImpl : public ElGamalObjectImpl, SchemeOptions, SchemeOptions::PublicKey>, public PublicKeyCopier { public: void CopyKeyInto(SchemeOptions::PublicKey &key) const {key = GetKey();} }; - class CRYPTOPP_NO_VTABLE DecryptorImpl : public ElGamalObjectImpl, SchemeOptions, SchemeOptions::PrivateKey>, public PrivateKeyCopier + class DecryptorImpl : public ElGamalObjectImpl, SchemeOptions, SchemeOptions::PrivateKey>, public PrivateKeyCopier { public: void CopyKeyInto(SchemeOptions::PublicKey &key) const -- cgit v1.2.1