mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
delete useless field
This commit is contained in:
parent
db2d0df2c4
commit
0972782553
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue