diff options
author | 2015-09-30 18:39:46 -0700 | |
---|---|---|
committer | 2015-09-30 18:39:46 -0700 | |
commit | 48ecbb1b066eeefa526a70c6aaafab24e26ca3a8 (patch) | |
tree | a849057192c74b5b01045a182aecf63d2da4b4f9 | |
parent | Wording tweaks. (diff) | |
download | noise-simpler.tar.xz noise-simpler.zip |
Clarify one-way handshake usage.simpler
with '#' will be ignored, and an empty message aborts the commit. # On
branch simpler # Your branch is up-to-date with 'origin/simpler'. # #
Changes to be committed: # modified: noise.md # # Untracked
files: # .noise.md.swp # noise.html #
-rw-r--r-- | noise.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -319,8 +319,14 @@ responder's static public key as well as the responder's ephemeral: 6.1. One-way patterns ---------------------- -The following patterns represent "one-way" messages from a sender to a -recipient. +The following patterns represent "one-way" handshakes supporting a one-way +stream of data from a sender to a recipient. + +Following these one-way handshakes the sender can send a stream of transport +messages, encrypting them using the first `CipherState` returned by `Split()`. +The second `HandshakeState` from `Split()` is discarded - the responder MUST +NOT send any messages using it. + N = no static key for sender S = static key for sender known to recipient |