aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevp <github@trevp.net>2015-11-14 13:15:41 -0800
committertrevp <github@trevp.net>2015-11-14 13:15:41 -0800
commita5dc73fa02507ef3190ef885f75a7b9b785b010b (patch)
tree171b054ca9809240cbe66dc8c4bf08cebd04dbe1
parentMixHash(e.public_key) (diff)
downloadnoise-a5dc73fa02507ef3190ef885f75a7b9b785b010b.tar.xz
noise-a5dc73fa02507ef3190ef885f75a7b9b785b010b.zip
e -> re
-rw-r--r--noise.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/noise.md b/noise.md
index 772ad2b..129d089 100644
--- a/noise.md
+++ b/noise.md
@@ -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