summaryrefslogtreecommitdiff
path: root/node/Packet.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-07-17 13:48:39 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-07-17 13:48:39 -0700
commitab0806a036485979d60015a22a8e8831b68643a2 (patch)
treeb6c18ac8c13bdf54e38da3c28acb63bdc084c2b1 /node/Packet.hpp
parent3a1ec07db0d30415a21ab05be9898210d7cc70ef (diff)
downloadinfinitytier-ab0806a036485979d60015a22a8e8831b68643a2.tar.gz
infinitytier-ab0806a036485979d60015a22a8e8831b68643a2.zip
Cleanup.
Diffstat (limited to 'node/Packet.hpp')
-rw-r--r--node/Packet.hpp6
1 files changed, 0 insertions, 6 deletions
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.
*