diff options
author | 2015-11-08 16:37:53 -0800 | |
---|---|---|
committer | 2015-11-08 16:37:53 -0800 | |
commit | 98a8d9f5a938f9e7f97b501a0ef2cf34f6d2774c (patch) | |
tree | 9d39f17eeba1daf0519d66d30a166c1e148f07bf | |
parent | Update date (diff) | |
download | noise-98a8d9f5a938f9e7f97b501a0ef2cf34f6d2774c.tar.xz noise-98a8d9f5a938f9e7f97b501a0ef2cf34f6d2774c.zip |
Clarify length field.
-rw-r--r-- | noise.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -508,8 +508,9 @@ To distinguish these patterns, each handshake message will be preceded by a So that Noise pipes can be used with arbitrary lower-level protocols, handshake messages are sent with the `type` byte followed by a 2-byte big-endian length -field, followed by the Noise handshake message. Transport messages are sent -with only the 2-byte length field, followed by the Noise tranport message. +field denoting the length of the following Noise message, followed by a Noise +handshake message. Transport messages are sent with only the 2-byte length +field, followed by the Noise tranport message. 8. DH functions, cipher functions, and hash functions ====================================================== |