aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevp <github@trevp.net>2016-01-21 17:28:19 -1000
committertrevp <github@trevp.net>2016-01-21 17:28:19 -1000
commita25b3a9b43b55feeb372d583e4db8cc1940a43d6 (patch)
treea683673ebbd79f012bd0b39fe82c8b95a23045c9
parentUpdate Section references. (diff)
downloadnoise-a25b3a9b43b55feeb372d583e4db8cc1940a43d6.tar.xz
noise-a25b3a9b43b55feeb372d583e4db8cc1940a43d6.zip
couple tweaks
-rw-r--r--noise.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/noise.md b/noise.md
index ae7c044..14254da 100644
--- a/noise.md
+++ b/noise.md
@@ -485,7 +485,7 @@ A **message pattern** is some sequence of tokens from the set `("e", "s", "dhee"
The pre-messages represent an exchange of public keys that was somehow
performed prior to the handshake, so these public keys must be inputs to
-`Initialize()`.
+`Initialize()` for the recipient of the pre-message.
The first actual handshake message is sent from the initiator to the responder,
the next is sent by the responder, the next from the initiator, and so on in
@@ -728,7 +728,7 @@ field, followed by the Noise tranport message.
* **`GENERATE_KEYPAIR()`**: Returns a new Curve25519 keypair.
* **`DH(privkey, pubkey)`**: Executes the Curve25519 DH function (aka "X25519"
- in some other specifications). If the function detects an invalid public
+ in some specifications). If the function detects an invalid public
key, the output may be set to all zeros or any other value that doesn't leak
information about the private key.