Skip to content

Commit

Permalink
Remove superfluous text in the HKDF derive bits operation (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss authored Oct 25, 2024
1 parent 4a6e3e8 commit 4c8ebc7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -13055,16 +13055,7 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |extractKey| be a key equal to |n| zero bits where
|n| is the size of the output of the hash function described by the
{{HkdfParams/hash}} member of
|normalizedAlgorithm|.
</p>
</li>
<li>
<p>
Let |keyDerivationKey| be the secret represented by {{CryptoKey/[[handle]]}} internal slot of |key|
as the message.
Let |keyDerivationKey| be the secret represented by {{CryptoKey/[[handle]]}} internal slot of |key|.
</p>
</li>
<li>
Expand Down

0 comments on commit 4c8ebc7

Please sign in to comment.