Skip to content

Commit

Permalink
Script updating gh-pages from 6e503d0. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Oct 20, 2023
1 parent 4157634 commit 76ac99c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions aegis-x/draft-irtf-cfrg-aegis-aead.html
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@
</tr></thead>
<tfoot><tr>
<td class="left">Denis &amp; Lucas</td>
<td class="center">Expires 21 April 2024</td>
<td class="center">Expires 22 April 2024</td>
<td class="right">[Page]</td>
</tr></tfoot>
</table>
Expand All @@ -1064,12 +1064,12 @@
<dd class="internet-draft">draft-irtf-cfrg-aegis-aead-latest</dd>
<dt class="label-published">Published:</dt>
<dd class="published">
<time datetime="2023-10-19" class="published">19 October 2023</time>
<time datetime="2023-10-20" class="published">20 October 2023</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="2024-04-21">21 April 2024</time></dd>
<dd class="expires"><time datetime="2024-04-22">22 April 2024</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 21 April 2024.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
This Internet-Draft will expire on 22 April 2024.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
</section>
</div>
<div id="copyright">
Expand Down Expand Up @@ -2529,7 +2529,7 @@ <h3 id="name-authenticated-encryption-3">
Encrypt(msg, ad, key, nonce)
</pre><a href="#section-5.2-1" class="pilcrow"></a>
</div>
<p id="section-5.2-2">The <code>Encrypt</code> function of <code>AEGIS-128X</code> and <code>AEGIS-256X</code> is similar to the <code>Encrypt</code> function of <code>AEGIS-128L</code> and <code>AEGIS-256</code> respectively, but processes <code>R</code> bit input blocks per update.<a href="#section-5.2-2" class="pilcrow"></a></p>
<p id="section-5.2-2">The <code>Encrypt</code> function of <code>AEGIS-128X</code> resembles that of <code>AEGIS-128L</code>, and similarly, the <code>Encrypt</code> function of <code>AEGIS-256X</code> mirrors that of <code>AEGIS-256</code>, but processes <code>R</code> bit input blocks per update.<a href="#section-5.2-2" class="pilcrow"></a></p>
<p id="section-5.2-3">Steps:<a href="#section-5.2-3" class="pilcrow"></a></p>
<div class="alignLeft art-text artwork" id="section-5.2-4">
<pre>
Expand Down Expand Up @@ -2563,7 +2563,7 @@ <h3 id="name-authenticated-decryption-3">
Decrypt(ct, tag, ad, key, nonce)
</pre><a href="#section-5.3-1" class="pilcrow"></a>
</div>
<p id="section-5.3-2">The <code>Decrypt</code> function of <code>AEGIS-128X</code> and <code>AEGIS-256X</code> is similar to the <code>Decrypt</code> function of <code>AEGIS-128L</code> and <code>AEGIS-256</code> respectively, but processes <code>R</code> bit input blocks per update.<a href="#section-5.3-2" class="pilcrow"></a></p>
<p id="section-5.3-2">The <code>Decrypt</code> function of <code>AEGIS-128X</code> resembles that of <code>AEGIS-128L</code>, and similarly, the <code>Decrypt</code> function of <code>AEGIS-256X</code> mirrors that of <code>AEGIS-256</code>, but processes <code>R</code> bit input blocks per update.<a href="#section-5.3-2" class="pilcrow"></a></p>
<p id="section-5.3-3">Steps:<a href="#section-5.3-3" class="pilcrow"></a></p>
<div class="alignLeft art-text artwork" id="section-5.3-4">
<pre>
Expand Down
18 changes: 9 additions & 9 deletions aegis-x/draft-irtf-cfrg-aegis-aead.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Crypto Forum F. Denis
Internet-Draft Fastly Inc.
Intended status: Informational S. Lucas
Expires: 21 April 2024 Individual Contributor
19 October 2023
Expires: 22 April 2024 Individual Contributor
20 October 2023


The AEGIS Family of Authenticated Encryption Algorithms
Expand Down Expand Up @@ -42,7 +42,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 21 April 2024.
This Internet-Draft will expire on 22 April 2024.

Copyright Notice

Expand Down Expand Up @@ -1040,9 +1040,9 @@ Table of Contents

Encrypt(msg, ad, key, nonce)

The Encrypt function of AEGIS-128X and AEGIS-256X is similar to the
Encrypt function of AEGIS-128L and AEGIS-256 respectively, but
processes R bit input blocks per update.
The Encrypt function of AEGIS-128X resembles that of AEGIS-128L, and
similarly, the Encrypt function of AEGIS-256X mirrors that of AEGIS-
256, but processes R bit input blocks per update.

Steps:

Expand All @@ -1067,9 +1067,9 @@ Table of Contents

Decrypt(ct, tag, ad, key, nonce)

The Decrypt function of AEGIS-128X and AEGIS-256X is similar to the
Decrypt function of AEGIS-128L and AEGIS-256 respectively, but
processes R bit input blocks per update.
The Decrypt function of AEGIS-128X resembles that of AEGIS-128L, and
similarly, the Decrypt function of AEGIS-256X mirrors that of AEGIS-
256, but processes R bit input blocks per update.

Steps:

Expand Down

0 comments on commit 76ac99c

Please sign in to comment.