From 71fdb22f813d85e1aa4b18df842a09160552e800 Mon Sep 17 00:00:00 2001 From: trevnoise Date: Sun, 1 Jul 2018 04:01:36 +0000 Subject: Typo and text tweak --- noise.md | 6 +++--- output/noise.html | 12 ++++++------ output/noise.pdf | Bin 384390 -> 384394 bytes 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/noise.md b/noise.md index ef212d5..6957484 100644 --- a/noise.md +++ b/noise.md @@ -786,7 +786,7 @@ The following handshake patterns represent interactive protocols. These 12 patterns are called the **fundamental** interactive handshake patterns. The fundamental interactive patterns are named with two characters, which -indicate the status of the initator and responder's static keys: +indicate the status of the initiator and responder's static keys: The first character refers to the initiator's static key: @@ -847,13 +847,13 @@ The second character refers to the responder's static key: The `XX` pattern is the most generically useful, since it supports mutual authentication and transmission of static public keys. -All interactive patterns allow some encryption of handshake payloads: +All fundamental patterns allow some encryption of handshake payloads: * Patterns where the initiator has pre-knowledge of the responder's static public key (i.e. patterns ending in `K`) allow **zero-RTT** encryption, meaning the initiator can encrypt the first handshake payload. - * All interactive patterns allow **half-RTT** encryption of the first response + * All fundamental patterns allow **half-RTT** encryption of the first response payload, but the encryption only targets an initiator static public key in patterns starting with `K` or `I`. diff --git a/output/noise.html b/output/noise.html index 29e0c26..6652c68 100644 --- a/output/noise.html +++ b/output/noise.html @@ -1840,16 +1840,16 @@ XXfallback:

Revision 34:

19. References

diff --git a/output/noise.pdf b/output/noise.pdf index 74d46eb..9a7947f 100644 Binary files a/output/noise.pdf and b/output/noise.pdf differ -- cgit v1.2.3-59-g8ed1b