mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-16 00:12:43 +00: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 New Issue
Block a user