mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
TunnelDecryption for transit tunnel
This commit is contained in:
parent
11ac6712e7
commit
7754968e7a
3 changed files with 6 additions and 15 deletions
|
@ -37,8 +37,7 @@ namespace tunnel
|
|||
i2p::data::IdentHash m_NextIdent;
|
||||
size_t m_NumTransmittedBytes;
|
||||
|
||||
i2p::crypto::ECBEncryption m_ECBEncryption;
|
||||
i2p::crypto::CBCEncryption m_CBCEncryption;
|
||||
i2p::crypto::TunnelEncryption m_Encryption;
|
||||
};
|
||||
|
||||
class TransitTunnelGateway: public TransitTunnel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue