Skip to content

Commit

Permalink
Fix "represented by [[handle]] internal slot" typos
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Jan 9, 2025
1 parent f12defb commit 5c9076d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -8650,7 +8650,7 @@ <h4>Operations</h4>
<dd>
<p>
Let |data| be a [= byte sequence =] representing the Elliptic Curve
point |Q| represented by {{CryptoKey/[[handle]]}} internal slot of
point |Q| represented by the {{CryptoKey/[[handle]]}} internal slot of
|key| according to [[SEC1]] 2.3.3 using the uncompressed format.
</p>
</dd>
Expand Down Expand Up @@ -12416,7 +12416,7 @@ <h4>Operations</h4>
<li>
<p>
Let |data| be a [= byte sequence =] containing
the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
the raw octets of the key represented by the {{CryptoKey/[[handle]]}} internal slot of
|key|.
</p>
</li>
Expand Down Expand Up @@ -12445,7 +12445,7 @@ <h4>Operations</h4>
<li>
<p>
Set the {{JsonWebKey/k}} attribute of |jwk| to be a string
containing the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
containing the raw octets of the key represented by the {{CryptoKey/[[handle]]}} internal slot of
|key|, encoded according to Section 6.4 of JSON Web Algorithms [[JWA]].
</p>
</li>
Expand Down Expand Up @@ -12960,7 +12960,7 @@ <h4>Operations</h4>
<li>
<p>
Let |data| be a [= byte sequence =] containing
the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
the raw octets of the key represented by the {{CryptoKey/[[handle]]}} internal slot of
|key|.
</p>
</li>
Expand All @@ -12986,7 +12986,7 @@ <h4>Operations</h4>
<li>
<p>
Set the {{JsonWebKey/k}} attribute of |jwk| to be a string
containing the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
containing the raw octets of the key represented by the {{CryptoKey/[[handle]]}} internal slot of
|key|, encoded according to Section 6.4 of JSON Web Algorithms [[JWA]].
</p>
</li>
Expand Down Expand Up @@ -13587,7 +13587,7 @@ <h4>Operations</h4>
<li>
<p>
Let |data| be a [= byte sequence =] containing
the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
the raw octets of the key represented by the {{CryptoKey/[[handle]]}} internal slot of
|key|.
</p>
</li>
Expand Down Expand Up @@ -13616,7 +13616,7 @@ <h4>Operations</h4>
<li>
<p>
Set the {{JsonWebKey/k}} attribute of |jwk| to be a string
containing the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
containing the raw octets of the key represented by the {{CryptoKey/[[handle]]}} internal slot of
|key|, encoded according to Section 6.4 of JSON Web Algorithms [[JWA]].
</p>
</li>
Expand Down Expand Up @@ -14073,7 +14073,7 @@ <h4>Operations</h4>
<li>
<p>
Let |data| be a [= byte sequence =] containing
the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
the raw octets of the key represented by the {{CryptoKey/[[handle]]}} internal slot of
|key|.
</p>
</li>
Expand Down Expand Up @@ -14102,7 +14102,7 @@ <h4>Operations</h4>
<li>
<p>
Set the {{JsonWebKey/k}} attribute of |jwk| to be a string
containing the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
containing the raw octets of the key represented by the {{CryptoKey/[[handle]]}} internal slot of
|key|, encoded according to Section 6.4 of JSON Web Algorithms [[JWA]].
</p>
</li>
Expand Down Expand Up @@ -14287,7 +14287,7 @@ <h4>Operations</h4>
<p>
Let |mac| be the result of performing the MAC Generation operation
described in Section 4 of [[FIPS-198-1]] using
the key represented by {{CryptoKey/[[handle]]}}
the key represented by the {{CryptoKey/[[handle]]}}
internal slot of |key|, the hash function identified by the {{HmacKeyAlgorithm/hash}} attribute of the {{CryptoKey/[[algorithm]]}} internal slot of
|key| and |message| as the input data |text|.
</p>
Expand All @@ -14306,7 +14306,7 @@ <h4>Operations</h4>
<p>
Let |mac| be the result of performing the MAC Generation operation
described in Section 4 of [[FIPS-198-1]] using
the key represented by {{CryptoKey/[[handle]]}}
the key represented by the {{CryptoKey/[[handle]]}}
internal slot of |key|, the hash function identified by the {{HmacKeyAlgorithm/hash}} attribute of the {{CryptoKey/[[algorithm]]}} internal slot of
|key| and |message| as the input data |text|.
</p>
Expand Down Expand Up @@ -14727,7 +14727,7 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |bits| be the raw bits of the key represented by {{CryptoKey/[[handle]]}} internal slot of
Let |bits| be the raw bits of the key represented by the {{CryptoKey/[[handle]]}} internal slot of
|key|.
</p>
</li>
Expand Down Expand Up @@ -15080,7 +15080,7 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |keyDerivationKey| be the secret represented by {{CryptoKey/[[handle]]}} internal slot of |key|.
Let |keyDerivationKey| be the secret represented by the {{CryptoKey/[[handle]]}} internal slot of |key|.
</p>
</li>
<li>
Expand Down Expand Up @@ -15320,7 +15320,7 @@ <h4>Operations</h4>
<p>
Let |result| be the result of performing the PBKDF2 operation defined
in Section 5.2 of [[RFC8018]] using |prf| as the
pseudo-random function, |PRF|, the password represented by {{CryptoKey/[[handle]]}} internal slot of |key|
pseudo-random function, |PRF|, the password represented by the {{CryptoKey/[[handle]]}} internal slot of |key|
as the password, |P|,
the {{Pbkdf2Params/salt}} attribute of
|normalizedAlgorithm| as the salt, |S|, the value of the {{Pbkdf2Params/iterations}} attribute of
Expand Down

0 comments on commit 5c9076d

Please sign in to comment.