mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
try ECIESx25519 tag first
This commit is contained in:
parent
e3c8f3fd6f
commit
510b85fd23
2 changed files with 41 additions and 41 deletions
|
@ -255,9 +255,6 @@ namespace garlic
|
|||
std::shared_ptr<i2p::tunnel::InboundTunnel> from);
|
||||
void HandleGarlicPayload (uint8_t * buf, size_t len, std::shared_ptr<i2p::tunnel::InboundTunnel> from);
|
||||
|
||||
// ECIES-X25519-AEAD-Ratchet
|
||||
void HandleECIESx25519 (const uint8_t * buf, size_t len);
|
||||
|
||||
private:
|
||||
|
||||
BN_CTX * m_Ctx; // incoming
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue