Skip to content

Commit

Permalink
Script updating gh-pages from 123f33f. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Oct 2, 2024
1 parent 6d05bd4 commit 401ec62
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9,590 deletions.
3,160 changes: 0 additions & 3,160 deletions arkg-cose-labels/draft-bradleylundberg-cfrg-arkg.html

This file was deleted.

1,574 changes: 0 additions & 1,574 deletions arkg-cose-labels/draft-bradleylundberg-cfrg-arkg.txt

This file was deleted.

45 changes: 0 additions & 45 deletions arkg-cose-labels/index.html

This file was deleted.

24 changes: 12 additions & 12 deletions draft-bradleylundberg-cfrg-arkg.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
and an initial set of fully specified concrete ARKG instances.
We expect that additional instances will be defined in the future.
" name="description">
<meta content="xml2rfc 3.23.0" name="generator">
<meta content="xml2rfc 3.23.1" name="generator">
<meta content="KDF" name="keyword">
<meta content="draft-bradleylundberg-cfrg-arkg-latest" name="ietf.draft">
<!-- Generator version information:
xml2rfc 3.23.0
Python 3.12.3
xml2rfc 3.23.1
Python 3.12.6
ConfigArgParse 1.7
google-i18n-address 3.1.0
google-i18n-address 3.1.1
intervaltree 3.1.0
Jinja2 3.1.4
lxml 4.9.4
platformdirs 4.2.2
platformdirs 4.3.6
pycountry 22.3.5
PyYAML 6.0.1
requests 2.32.3
Expand Down Expand Up @@ -1035,11 +1035,11 @@
<thead><tr>
<td class="left">Internet-Draft</td>
<td class="center">ARKG</td>
<td class="right">September 2024</td>
<td class="right">October 2024</td>
</tr></thead>
<tfoot><tr>
<td class="left">Lundberg &amp; Bradley</td>
<td class="center">Expires 15 March 2025</td>
<td class="center">Expires 5 April 2025</td>
<td class="right">[Page]</td>
</tr></tfoot>
</table>
Expand All @@ -1052,12 +1052,12 @@
<dd class="internet-draft">draft-bradleylundberg-cfrg-arkg-latest</dd>
<dt class="label-published">Published:</dt>
<dd class="published">
<time datetime="2024-09-11" class="published">11 September 2024</time>
<time datetime="2024-10-02" class="published">2 October 2024</time>
</dd>
<dt class="label-intended-status">Intended Status:</dt>
<dd class="intended-status">Informational</dd>
<dt class="label-expires">Expires:</dt>
<dd class="expires"><time datetime="2025-03-15">15 March 2025</time></dd>
<dd class="expires"><time datetime="2025-04-05">5 April 2025</time></dd>
<dt class="label-authors">Authors:</dt>
<dd class="authors">
<div class="author">
Expand Down Expand Up @@ -1116,7 +1116,7 @@ <h2 id="name-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."<a href="#section-boilerplate.1-3" class="pilcrow"></a></p>
<p id="section-boilerplate.1-4">
This Internet-Draft will expire on 15 March 2025.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
This Internet-Draft will expire on 5 April 2025.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
</section>
</div>
<div id="copyright">
Expand Down Expand Up @@ -1809,7 +1809,7 @@ <h3 id="name-using-hmac-to-adapt-a-kem-w">
PRK: prk
info: 'ARKG-KEM-HMAC-mac.' || DST_ext || info
L: L
t = HMAC-Hash-128(K=mk, text=info_sub)
t = HMAC-Hash-128(K=mk, text=c')

k = HKDF-Expand with the arguments:
Hash: Hash
Expand Down Expand Up @@ -1837,7 +1837,7 @@ <h3 id="name-using-hmac-to-adapt-a-kem-w">
info: 'ARKG-KEM-HMAC-mac.' || DST_ext || info
L: L

t' = HMAC-Hash-128(K=mk, text=info_sub)
t' = HMAC-Hash-128(K=mk, text=c')
If t = t':
k = HKDF-Expand with the arguments:
Hash: Hash
Expand Down
8 changes: 4 additions & 4 deletions draft-bradleylundberg-cfrg-arkg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Crypto Forum E. Lundberg, Ed.
Internet-Draft J. Bradley
Intended status: Informational Yubico
Expires: 15 March 2025 11 September 2024
Expires: 5 April 2025 2 October 2024


The Asynchronous Remote Key Generation (ARKG) algorithm
Expand Down Expand Up @@ -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 15 March 2025.
This Internet-Draft will expire on 5 April 2025.

Copyright Notice

Expand Down Expand Up @@ -583,7 +583,7 @@ Table of Contents
PRK: prk
info: 'ARKG-KEM-HMAC-mac.' || DST_ext || info
L: L
t = HMAC-Hash-128(K=mk, text=info_sub)
t = HMAC-Hash-128(K=mk, text=c')

k = HKDF-Expand with the arguments:
Hash: Hash
Expand Down Expand Up @@ -611,7 +611,7 @@ Table of Contents
info: 'ARKG-KEM-HMAC-mac.' || DST_ext || info
L: L

t' = HMAC-Hash-128(K=mk, text=info_sub)
t' = HMAC-Hash-128(K=mk, text=c')
If t = t':
k = HKDF-Expand with the arguments:
Hash: Hash
Expand Down
Loading

0 comments on commit 401ec62

Please sign in to comment.