Skip to content

Commit 090e05a

Browse files
committed
Don't require checking for all-zero derived keys
1 parent 6f35693 commit 090e05a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

index.html

-14
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,6 @@ <h4>Operations</h4>
158158
internal slot of |publicKey| as the X25519 public key |u|.
159159
</p>
160160
</li>
161-
<li>
162-
<p>
163-
If |secret| is the all-zero value,
164-
then [= exception/throw =] a {{OperationError}}.
165-
This check must be performed in constant-time, as per [[RFC7748]] Section 6.1.
166-
</p>
167-
</li>
168161
<li>
169162
<dl class="switch">
170163
<dt>If |length| is null:</dt>
@@ -1016,13 +1009,6 @@ <h4>Operations</h4>
10161009
internal slot of |publicKey| as the X448 public key |u|.
10171010
</p>
10181011
</li>
1019-
<li>
1020-
<p>
1021-
If |secret| is the all-zero value,
1022-
then [= exception/throw =] a {{OperationError}}.
1023-
This check must be performed in constant-time, as per [[RFC7748]] Section 6.2.
1024-
</p>
1025-
</li>
10261012
<li>
10271013
<dl class="switch">
10281014
<dt>If |length| is null:</dt>

0 commit comments

Comments
 (0)