From 0972782553225929739c6c750f6d701a389bec6f Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 21 Dec 2014 17:27:46 -0500 Subject: [PATCH] delete useless field --- ElGamal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ElGamal.h b/ElGamal.h index b3f0e44f..dd9228d7 100644 --- a/ElGamal.h +++ b/ElGamal.h @@ -51,7 +51,6 @@ namespace crypto CryptoPP::AutoSeededRandomPool rnd; CryptoPP::Integer y, k, a, b1; - bool m_ZeroPadding; }; inline bool ElGamalDecrypt (const uint8_t * key, const uint8_t * encrypted,