Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 10 additions & 17 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -8808,24 +8808,17 @@ <h4>Operations</h4>
</li>
<li>
<dl class="switch">
<dt>If |length| is null:</dt>
<dd>Return |secret|</dd>
<dt>Otherwise:</dt>
<dt>
If |length| is not null, and not equal to the length of |secret| in bits:
</dt>
<dd>
<dl class="switch">
<dt>
If the length of |secret| in bits is less than
|length|:
</dt>
<dd>
[= exception/throw =] an
{{OperationError}}.
</dd>
<dt>Otherwise:</dt>
<dd>
Return an [= octet string containing =] the first |length| bits of |secret|.
</dd>
</dl>
[= exception/throw =] an {{OperationError}}.
</dd>
<dt>
Otherwise:
</dt>
<dd>
Return |secret|.
</dd>
</dl>
</li>
Expand Down
Loading