Skip to content

Commit

Permalink
Remove nonsensical test in AES-CBC export key operation (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWiederhake authored Oct 25, 2024
1 parent 4c8ebc7 commit d68a54a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -10977,12 +10977,7 @@ <h4>Operations</h4>
<dd>
<ol>
<li>
<dl class="switch">
<dt>If |keyData| is a {{JsonWebKey}} dictionary:</dt>
<dd><p>Let |jwk| equal |keyData|.</p></dd>
<dt>Otherwise:</dt>
<dd><p>[= exception/Throw =] a {{DataError}}.</p></dd>
</dl>
<p>Let |jwk| be a new {{JsonWebKey}} dictionary.</p>
</li>
<li>
<p>
Expand Down

0 comments on commit d68a54a

Please sign in to comment.