delete useless field

This commit is contained in:
orignal 2014-12-21 17:27:46 -05:00
parent db2d0df2c4
commit 0972782553

View File

@ -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,