Skip to content

Commit

Permalink
Fix the definition of SHA-512 (#360)
Browse files Browse the repository at this point in the history
SHA: 8cf26a0
Reason: push, by twiss

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
twiss and github-actions[bot] committed Sep 16, 2024
1 parent 85f5ced commit 802ab40
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html><html lang="en" dir="ltr"><head>
<meta charset="utf-8">
<meta name="generator" content="ReSpec 35.1.1">
<meta name="generator" content="ReSpec 35.1.2">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
.issue-label{text-transform:initial}
Expand Down Expand Up @@ -116,7 +116,7 @@


<meta name="color-scheme" content="light">
<meta name="revision" content="c0e18561921af8bd9ac70105d3fba1e09e80c08d">
<meta name="revision" content="8cf26a01f80b5c02e1ee6111a118f17a6391ac6a">
<meta name="description" content="This specification describes a JavaScript API for performing basic
cryptographic operations in web applications, such as hashing,
signature generation and verification, and encryption and decryption.
Expand Down Expand Up @@ -216,17 +216,17 @@
"id": "x690"
}
},
"gitRevision": "c0e18561921af8bd9ac70105d3fba1e09e80c08d",
"publishISODate": "2024-06-26T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 26 June 2024"
"gitRevision": "8cf26a01f80b5c02e1ee6111a118f17a6391ac6a",
"publishISODate": "2024-09-16T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 16 September 2024"
}</script>
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head>

<body class="h-entry" data-cite="WEBIDL html dom webidl infra encoding"><div class="head">
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
</a></p>
<h1 id="title" class="title">Web Cryptography API</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-06-26">26 June 2024</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-09-16">16 September 2024</time></p>
<details open="">
<summary>More details about this document</summary>
<dl>
Expand Down Expand Up @@ -13114,7 +13114,7 @@ <h1 id="title" class="title">Web Cryptography API</h1>
"<code>SHA-512</code>":
</dt>
<dd>
Let <var>result</var> be the result of performing the SHA-1 hash function
Let <var>result</var> be the result of performing the SHA-512 hash function
defined in Section 6.4 of [<cite><a class="bibref" data-link-type="biblio" href="#bib-fips-180-4" title="FIPS PUB 180-4: Secure Hash Standard (SHS)">FIPS-180-4</a></cite>] using
<var>message</var> as the input message, <var>M</var>.
</dd>
Expand Down

0 comments on commit 802ab40

Please sign in to comment.