Skip to content

Commit

Permalink
Script updating gh-pages from b4c43cc. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Nov 3, 2024
1 parent edebc16 commit b098b62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion draft-lucas-bkdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ <h2 id="name-implementation-consideratio">
<p id="section-5-2.8.1">Use an incremental hash function API rather than manual concatenation.<a href="#section-5-2.8.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-5-2.9">
<p id="section-5-2.9.1">If possible with the hash function API, cache the hash function state after processing the key so it does not need to be processed again.<a href="#section-5-2.9.1" class="pilcrow"></a></p>
<p id="section-5-2.9.1">If possible with the hash function API, cache the hash function state after processing fixed values (e.g. the key) so they do not need to be processed again.<a href="#section-5-2.9.1" class="pilcrow"></a></p>
</li>
</ul>
</section>
Expand Down
4 changes: 2 additions & 2 deletions draft-lucas-bkdf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ return previous
concatenation.

* If possible with the hash function API, cache the hash function
state after processing the key so it does not need to be processed
again.
state after processing fixed values (e.g. the key) so they do not
need to be processed again.

6. Choosing the Hash Function

Expand Down

0 comments on commit b098b62

Please sign in to comment.