handle TunnelBuildMessage for ECIES router

This commit is contained in:
orignal 2020-11-02 18:49:07 -05:00
parent b12fa97a38
commit 3907c17cf5
6 changed files with 93 additions and 17 deletions

View file

@ -45,6 +45,8 @@ namespace tunnel
const uint8_t * clearText, uint8_t * encrypted, BN_CTX * ctx);
};
void InitBuildRequestRecordNoiseState (i2p::crypto::NoiseSymmetricState& state);
class TunnelConfig
{
public: