File tree 1 file changed +10
-17
lines changed
1 file changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -8808,24 +8808,17 @@ <h4>Operations</h4>
8808
8808
</li>
8809
8809
<li>
8810
8810
<dl class="switch">
8811
- <dt>If |length| is null:</dt>
8812
- <dd>Return | secret|</dd>
8813
- <dt>Otherwise:< /dt>
8811
+ <dt>
8812
+ If |length| is not null, and not equal to the length of | secret| in bits:
8813
+ </dt>
8814
8814
<dd>
8815
- <dl class="switch">
8816
- <dt>
8817
- If the length of |secret| in bits is less than
8818
- |length|:
8819
- </dt>
8820
- <dd>
8821
- [= exception/throw =] an
8822
- {{OperationError}}.
8823
- </dd>
8824
- <dt>Otherwise:</dt>
8825
- <dd>
8826
- Return an [= octet string containing =] the first |length| bits of |secret|.
8827
- </dd>
8828
- </dl>
8815
+ [= exception/throw =] an {{OperationError}}.
8816
+ </dd>
8817
+ <dt>
8818
+ Otherwise:
8819
+ </dt>
8820
+ <dd>
8821
+ Return |secret|.
8829
8822
</dd>
8830
8823
</dl>
8831
8824
</li>
You can’t perform that action at this time.
0 commit comments