s and i keys for all addresses

This commit is contained in:
orignal 2022-02-05 17:14:25 -05:00
parent 450266818a
commit 4211c733a2
6 changed files with 18 additions and 37 deletions

View file

@ -21,8 +21,7 @@ namespace transport
if (in_RemoteRouter && addr)
{
// outgoing
if (addr->ntcp2) // TODO: should be SSU
InitNoiseXKState1 (*m_NoiseState, addr->ntcp2->staticKey);
InitNoiseXKState1 (*m_NoiseState, addr->s);
}
}