Skip to content

Commit

Permalink
Script updating gh-pages from 8b5d7d8. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Jan 7, 2025
1 parent 2f78bca commit c3870ca
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 @@ -3321,7 +3321,7 @@ <h2 id="name-aegis-as-a-stream-cipher">
<p id="section-7-8">Steps:<a href="#section-7-8" class="pilcrow"></a></p>
<div class="alignLeft art-text artwork" id="section-7-9">
<pre>
if len = 0:
if len == 0:
return {}
else:
stream, tag = Encrypt(ZeroPad({ 0 }, len), {}, key, nonce)
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 @@ -1615,7 +1615,7 @@ return tag

Steps:

if len = 0:
if len == 0:
return {}
else:
stream, tag = Encrypt(ZeroPad({ 0 }, len), {}, key, nonce)
Expand Down

0 comments on commit c3870ca

Please sign in to comment.