Skip to content

Commit

Permalink
Script updating gh-pages from 33680f1. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Jan 7, 2025
1 parent 86efb21 commit 40fde3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proofreading/draft-irtf-cfrg-aegis-aead.html
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@ <h2 id="name-conventions-and-definitions">
<p id="section-2-4.9.1"><code>Truncate(x, n)</code>: returns the first <code>n</code> bits of <code>x</code>.<a href="#section-2-4.9.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-2-4.10">
<p id="section-2-4.10.1"><code>Split(x, n)</code>: returns<code> x</code> split into <code>n</code>-bit blocks, ignoring partial blocks.<a href="#section-2-4.10.1" class="pilcrow"></a></p>
<p id="section-2-4.10.1"><code>Split(x, n)</code>: returns <code>x</code> split into <code>n</code>-bit blocks, ignoring partial blocks.<a href="#section-2-4.10.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-2-4.11">
<p id="section-2-4.11.1"><code>Tail(x, n)</code>: returns the last <code>n</code> bits of <code>x</code>.<a href="#section-2-4.11.1" class="pilcrow"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion proofreading/draft-irtf-cfrg-aegis-aead.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Table of Contents

* Truncate(x, n): returns the first n bits of x.

* Split(x, n): returnsx split into n-bit blocks, ignoring partial
* Split(x, n): returns x split into n-bit blocks, ignoring partial
blocks.

* Tail(x, n): returns the last n bits of x.
Expand Down

0 comments on commit 40fde3f

Please sign in to comment.