mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
replaced ElGamalEncrypt to ElGamalEncryption
This commit is contained in:
parent
8d6c08ec78
commit
3c8f859169
5 changed files with 23 additions and 34 deletions
2
Garlic.h
2
Garlic.h
|
@ -9,7 +9,6 @@
|
|||
#include <cryptopp/osrng.h>
|
||||
#include "I2NPProtocol.h"
|
||||
#include "LeaseSet.h"
|
||||
#include "ElGamal.h"
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
|
@ -66,7 +65,6 @@ namespace garlic
|
|||
uint8_t * m_SessionTags; // m_NumTags*32 bytes
|
||||
|
||||
CryptoPP::CBC_Mode<CryptoPP::AES>::Encryption m_Encryption;
|
||||
i2p::crypto::ElGamalEncryption m_ElGamalEncryption;
|
||||
CryptoPP::AutoSeededRandomPool m_Rnd;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue