Skip to content

Commit

Permalink
Use HMAC as a noun in algorithms.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Nov 4, 2023
1 parent d7ece67 commit aa19c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ <h4>createShuffledIdLabelMapFunction</h4>
For each map entry, <em>entry</em>, in <var>canonicalIdMap</var>:
<ol class="algorithm">
<li>
HMAC the canonical identifier from the value in <em>entry</em> to get an HMAC
Perform an HMAC operation on the canonical identifier from the value in <em>entry</em> to get an HMAC
digest, <em>digest</em>.
</li>
<li>
Expand Down

0 comments on commit aa19c9e

Please sign in to comment.