From 8cf26a01f80b5c02e1ee6111a118f17a6391ac6a Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Mon, 16 Sep 2024 13:01:08 +0200 Subject: [PATCH] Fix the definition of SHA-512 (#360) Refer to SHA-512 instead of SHA-1 in the definition of SHA-512. --- spec/Overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Overview.html b/spec/Overview.html index 75270d0..f656312 100644 --- a/spec/Overview.html +++ b/spec/Overview.html @@ -12957,7 +12957,7 @@

Operations

"`SHA-512`":
- 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|.