diff options
author | 2016-01-21 17:28:19 -1000 | |
---|---|---|
committer | 2016-01-21 17:28:19 -1000 | |
commit | a25b3a9b43b55feeb372d583e4db8cc1940a43d6 (patch) | |
tree | a683673ebbd79f012bd0b39fe82c8b95a23045c9 | |
parent | Update Section references. (diff) | |
download | noise-a25b3a9b43b55feeb372d583e4db8cc1940a43d6.tar.xz noise-a25b3a9b43b55feeb372d583e4db8cc1940a43d6.zip |
couple tweaks
-rw-r--r-- | noise.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |