Skip to content

Commit

Permalink
Fix the definition of SHA-512 (#360)
Browse files Browse the repository at this point in the history
Refer to SHA-512 instead of SHA-1 in the definition of SHA-512.
  • Loading branch information
twiss authored Sep 16, 2024
1 parent c0e1856 commit 8cf26a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -12957,7 +12957,7 @@ <h4>Operations</h4>
"`SHA-512`":
</dt>
<dd>
Let |result| be the result of performing the SHA-1 hash function
Let |result| be the result of performing the SHA-512 hash function
defined in Section 6.4 of [[FIPS-180-4]] using
|message| as the input message, |M|.
</dd>
Expand Down

0 comments on commit 8cf26a0

Please sign in to comment.