complete Bob side of NTCP2

This commit is contained in:
orignal 2018-07-31 15:41:13 -04:00
parent 07e7c2d852
commit 0ff9c9da27
5 changed files with 109 additions and 59 deletions

View file

@ -478,7 +478,7 @@ namespace i2p
if (n2k)
{
n2k.seekg (0, std::ios::end);
len = fk.tellg();
len = n2k.tellg();
n2k.seekg (0, std::ios::beg);
if (len == sizeof (NTCP2PrivateKeys))
{