mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
delete useless field
This commit is contained in:
parent
db2d0df2c4
commit
0972782553
|
@ -51,7 +51,6 @@ namespace crypto
|
||||||
|
|
||||||
CryptoPP::AutoSeededRandomPool rnd;
|
CryptoPP::AutoSeededRandomPool rnd;
|
||||||
CryptoPP::Integer y, k, a, b1;
|
CryptoPP::Integer y, k, a, b1;
|
||||||
bool m_ZeroPadding;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
inline bool ElGamalDecrypt (const uint8_t * key, const uint8_t * encrypted,
|
inline bool ElGamalDecrypt (const uint8_t * key, const uint8_t * encrypted,
|
||||||
|
|
Loading…
Reference in a new issue