Skip to content

Commit

Permalink
Throw when length == 0 in the ECDH derive bits operation
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Aug 17, 2023
1 parent 0eed687 commit e8b5255
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -8714,6 +8714,11 @@ <h4>Operations</h4>
<dt>Derive Bits</dt>
<dd>
<ol>
<li>
<p>
If |length| is zero, then [= exception/throw =] an {{OperationError}}.
</p>
</li>
<li>
<p>
If the {{CryptoKey/[[type]]}} internal slot of
Expand Down

0 comments on commit e8b5255

Please sign in to comment.