aboutsummaryrefslogtreecommitdiff
path: root/draft-schanzen-gns.xml
diff options
context:
space:
mode:
Diffstat (limited to 'draft-schanzen-gns.xml')
-rw-r--r--draft-schanzen-gns.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 341e4b1..35d02e7 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -743,14 +743,14 @@ BDATA := C|T = GCM-AES-256(K, IV, RDATA)
743PRK_k := HKDF-Extract ("gns-aes-ctx-key", zk) 743PRK_k := HKDF-Extract ("gns-aes-ctx-key", zk)
744PRK_n := HKDF-Extract ("gns-aes-ctx-iv", zk) 744PRK_n := HKDF-Extract ("gns-aes-ctx-iv", zk)
745K := HKDF-Expand (PRK_k, label, 256 / 8); 745K := HKDF-Expand (PRK_k, label, 256 / 8);
746IV := HKDF-Expand (PRK_n, label, 128 / 8) 746IV := HKDF-Expand (PRK_n, label, 96 / 8)
747]]></artwork> 747]]></artwork>
748 <t> 748 <t>
749 HKDF is a hash-based key derivation function as defined in 749 HKDF is a hash-based key derivation function as defined in
750 <xref target="RFC5869" />. Specifically, HMAC-SHA512 is used for the 750 <xref target="RFC5869" />. Specifically, HMAC-SHA512 is used for the
751 extraction phase and HMAC-SHA256 for the expansion phase. 751 extraction phase and HMAC-SHA256 for the expansion phase.
752 The output keying material is 32 octets (256 bits) for the symmetric 752 The output keying material is 32 octets (256 bits) for the symmetric
753 key and 16 octets (128 bits) for the IV. 753 key and 12 octets (96 bits) for the IV.
754 The symmetric key "K" is a 256-bit AES <xref target="RFC3826" /> key. 754 The symmetric key "K" is a 256-bit AES <xref target="RFC3826" /> key.
755 </t> 755 </t>
756 </section> 756 </section>