From 639f4c0bd51a3b78ef22d01682a56ed6f8560022 Mon Sep 17 00:00:00 2001 From: ID Bot Date: Mon, 8 Apr 2024 12:52:25 +0000 Subject: [PATCH] Script updating gh-pages from 5cfc619. [ci skip] --- draft-bradleylundberg-cfrg-arkg.html | 50 +++++++++++++++------------- draft-bradleylundberg-cfrg-arkg.txt | 32 +++++++++--------- index.html | 2 +- 3 files changed, 45 insertions(+), 39 deletions(-) diff --git a/draft-bradleylundberg-cfrg-arkg.html b/draft-bradleylundberg-cfrg-arkg.html index 0a77637..da3184c 100644 --- a/draft-bradleylundberg-cfrg-arkg.html +++ b/draft-bradleylundberg-cfrg-arkg.html @@ -1036,11 +1036,11 @@ Internet-Draft ARKG -March 2024 +April 2024 Lundberg & Bradley -Expires 19 September 2024 +Expires 10 October 2024 [Page] @@ -1053,12 +1053,12 @@
draft-bradleylundberg-cfrg-arkg-latest
Published:
- +
Intended Status:
Informational
Expires:
-
+
Authors:
@@ -1117,7 +1117,7 @@

time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

- This Internet-Draft will expire on 19 September 2024.

+ This Internet-Draft will expire on 10 October 2024.

[SEC1]
+
+Certicom Research, "SEC 1: Elliptic Curve Cryptography", , <http://www.secg.org/sec1-v2.pdf>.
+
+
[SEC2]
-Certicom Research, "SEC 1 Elliptic Curve Cryptography", , <http://www.secg.org/sec1-v2.pdf>.
+Certicom Research, "SEC 2: Recommended Elliptic Curve Domain Parameters", , <http://www.secg.org/sec2-v2.pdf>.
@@ -2326,6 +2326,10 @@

11.2. Informative References

+
[BIP32]
+
+Wuille, P., "BIP 32 Hierarchical Deterministic Wallets", , <https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki>.
+
[Clermont]
Clermont, S. A. and Technische Universität Darmstadt, "Post Quantum Asynchronous Remote Key Generation. Master's thesis", , <https://www.cryptoplexity.informatik.tu-darmstadt.de/media/crypt/teaching_1/theses_1/Sebastian_Clermont_Thesis.pdf>.
diff --git a/draft-bradleylundberg-cfrg-arkg.txt b/draft-bradleylundberg-cfrg-arkg.txt index d0d0a33..e7fc799 100644 --- a/draft-bradleylundberg-cfrg-arkg.txt +++ b/draft-bradleylundberg-cfrg-arkg.txt @@ -5,7 +5,7 @@ Crypto Forum E. Lundberg, Ed. Internet-Draft J. Bradley Intended status: Informational Yubico -Expires: 19 September 2024 18 March 2024 +Expires: 10 October 2024 8 April 2024 The Asynchronous Remote Key Generation (ARKG) algorithm @@ -54,7 +54,7 @@ Status of This Memo time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." - This Internet-Draft will expire on 19 September 2024. + This Internet-Draft will expire on 10 October 2024. Copyright Notice @@ -538,11 +538,10 @@ Table of Contents instantiated as follows: * Elliptic curve points are encoded to and from octet strings using - the procedures defined in sections 2.3.3 and 2.3.4 of SEC 1 - [SEC1]. + the procedures defined in sections 2.3.3 and 2.3.4 of [SEC1]. * Elliptic curve scalar values are encoded to and from octet strings - using the procedures defined in sections 2.3.7 and 2.3.8 of SEC 1 + using the procedures defined in sections 2.3.7 and 2.3.8 of [SEC1]. * N is the order of crv. @@ -588,15 +587,14 @@ Table of Contents of ARKG may be instantiated as follows: * Elliptic curve points are encoded to and from octet strings using - the procedures defined in sections 2.3.3 and 2.3.4 of SEC 1 - [SEC1]. + the procedures defined in sections 2.3.3 and 2.3.4 of [SEC1]. * Elliptic curve coordinate field elements are encoded to and from octet strings using the procedures defined in sections 2.3.5 and - 2.3.6 of SEC 1 [SEC1]. + 2.3.6 of [SEC1]. * Elliptic curve scalar values are encoded to and from octet strings - using the procedures defined in sections 2.3.7 and 2.3.8 of SEC 1 + using the procedures defined in sections 2.3.7 and 2.3.8 of [SEC1]. * ECDH(pk, sk) represents the compact output of ECDH [RFC6090] using @@ -927,10 +925,6 @@ Table of Contents 11.1. Normative References - [BIP32] Wuille, P., "BIP 32 Hierarchical Deterministic Wallets", - 2012, . - [RFC2104] Krawczyk, H., Bellare, M., and R. Canetti, "HMAC: Keyed- Hashing for Message Authentication", RFC 2104, DOI 10.17487/RFC2104, February 1997, @@ -959,11 +953,19 @@ Table of Contents 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017, . - [SEC1] Certicom Research, "SEC 1 Elliptic Curve Cryptography", - 2020, . + [SEC1] Certicom Research, "SEC 1: Elliptic Curve Cryptography", + 2009, . + + [SEC2] Certicom Research, "SEC 2: Recommended Elliptic Curve + Domain Parameters", 2010, + . 11.2. Informative References + [BIP32] Wuille, P., "BIP 32 Hierarchical Deterministic Wallets", + 2012, . + [Clermont] Clermont, S. A. and Technische Universität Darmstadt, "Post Quantum Asynchronous Remote Key Generation. Master's thesis", 2022, Preview for branch idbot-setup ARKG plain text - same as main + diff with main

Preview for branch misc