diff options
author | 2015-11-14 13:15:41 -0800 | |
---|---|---|
committer | 2015-11-14 13:15:41 -0800 | |
commit | a5dc73fa02507ef3190ef885f75a7b9b785b010b (patch) | |
tree | 171b054ca9809240cbe66dc8c4bf08cebd04dbe1 | |
parent | MixHash(e.public_key) (diff) | |
download | noise-a5dc73fa02507ef3190ef885f75a7b9b785b010b.tar.xz noise-a5dc73fa02507ef3190ef885f75a7b9b785b010b.zip |
e -> re
-rw-r--r-- | noise.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ A `HandshakeState` responds to the following methods: message pattern: * For "e": Sets `re` to the next `DHLEN` bytes from the buffer. Calls - `MixHash(e.public_key)`. If `psk` is true, calls `MixKey(e.public_key)`. + `MixHash(re.public_key)`. If `psk` is true, calls `MixKey(re.public_key)`. * For "s": Sets `data` to the next `DHLEN + 16` bytes of the message if `has_key == True`, or to the next `DHLEN` bytes otherwise. Sets `rs` to |