From ab0806a036485979d60015a22a8e8831b68643a2 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 17 Jul 2017 13:48:39 -0700 Subject: Cleanup. --- node/Packet.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'node/Packet.hpp') diff --git a/node/Packet.hpp b/node/Packet.hpp index b8e69fa9..4192b4e3 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -1274,12 +1274,6 @@ public: /** * Encrypt/decrypt a separately armored portion of a packet * - * This currently uses Salsa20/12, but any message that uses this should - * incorporate a cipher selector to permit this to be changed later. To - * ensure that key stream is not reused, the key is slightly altered for - * this use case and the same initial 32 keystream bytes that are taken - * for MAC in ordinary armor() are also skipped here. - * * This is currently only used to mask portions of HELLO as an extra * security precation since most of that message is sent in the clear. * -- cgit v1.2.3