lsd0012

LSD0012: CORE Authenticated Key Exchange (CAKE)
Log | Files | Refs

commit 87be333e0cbc4dde3810d3bd8cd0a5cd00ef5453
parent f986376a5c49eb2b1e4ba4a9d632429a78b1c472
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Tue, 15 Apr 2025 22:19:12 +0200

typos

Diffstat:
Mdraft-schanzen-cake.xml | 25++++++++++---------------
1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/draft-schanzen-cake.xml b/draft-schanzen-cake.xml @@ -316,9 +316,8 @@ MS | | v ss_R -> HKDF-Extract = Early Secret (ES) | - +-----> HKDF-Expand(., "early data", - | TH(H(pk_R))) - | = Early Transport Secret (ETS) + +-----> HKDF-Expand(., "early data", TH(H(pk_R))) + | = Early Transport Secret (ETS) | v HKDF-Expand(., "derived", "") = derived Early Secret (dES) @@ -326,26 +325,22 @@ ss_R -> HKDF-Extract = Early Secret (ES) v ss_e -> HKDF-Extract = Handshake Secret (HS) | - +-----> HKDF-Expand(., "i hs traffic", - | TH(r_R)) - | = IHTS + +-----> HKDF-Expand(., "i hs traffic", TH(r_R)) + | = IHTS | - +-----> HKDF-Expand(., "r hs traffic", - | RH(r_R)) - | = RHTS + +-----> HKDF-Expand(., "r hs traffic", TH(r_R)) + | = RHTS v HKDF-Expand(., "derived", "") = derived Handshake Secret (dHS) | v ss_I -> HKDF-Extract = Master Secret (MS) | - +-----> HKDF-Expand(., "i ap traffic", - | TH({InitiatorFinished})) - | = IATS_0 + +-----> HKDF-Expand(., "i ap traffic", TH({InitiatorFinished})) + | = IATS_0 | - +-----> HKDF-Expand(., "r ap traffic", - TH({ReceiverFinished})) - = RATS_0 + +-----> HKDF-Expand(., "r ap traffic", TH({ReceiverFinished})) + = RATS_0 ]]></artwork> </figure> <t>