commit be0284aa5a35cde54031dc7b24d703e02d7438eb
parent 1732c443e6ef0f186b4936b2fb03521e78d2cf4e
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
Date: Thu, 3 Oct 2019 18:36:13 +0200
fix label
Diffstat:
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/draft-schanzen-gns.html b/draft-schanzen-gns.html
@@ -1718,8 +1718,14 @@ async function addMetadata(){try{const e=document.styleSheets[0].cssRules;for(le
<p id="section-10-1"><a href="#section-10-1" class="pilcrow">ΒΆ</a></p>
<div class="artwork art-text alignLeft" id="section-10-2">
<pre>
- SEED := 0f388abc49f99b8675555ad33c3b586a9e06f0f60f6caadeee6fd12226ac2474
label := "home"
+
+ SEED :=
+ 0f388abc49f99b86
+ 75555ad33c3b586a
+ 9e06f0f60f6caade
+ ee6fd12226ac2474
+
D(private_scalar) :=
7450f71def6411e0
ab0e6a1dfd1d9ccd
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -444,8 +444,8 @@
<artwork name="" type="" align="left" alt=""><![CDATA[
PRK_k := HKDF-Extract ("gns-aes-ctx-key", zk)
PRK_iv := HKDF-Extract ("gns-aes-ctx-iv", zk)
- K := HKDF-Expand (PRK_k, l, 512 / 8);
- IV := HKDF-Expand (PRK_iv, l, 256 / 8)
+ K := HKDF-Expand (PRK_k, label, 512 / 8);
+ IV := HKDF-Expand (PRK_iv, label, 256 / 8)
]]></artwork>
<t>
We use a hash-based key derivation function (HKDF) as defined in