Skip to content

Commit 6f35693

Browse files
committed
Reject small-order elements on signature verification
1 parent a9aa717 commit 6f35693

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.html

+14
Original file line numberDiff line numberDiff line change
@@ -1892,6 +1892,13 @@ <h4>Operations</h4>
18921892
and the value `false` otherwise.
18931893
</p>
18941894
</li>
1895+
<li>
1896+
<p>
1897+
If the point R, encoded in the first half of |signature|,
1898+
represents a small-order element on the Elliptic Curve of Ed25519,
1899+
[= exception/throw =] a {{DataError}}.
1900+
</p>
1901+
</li>
18951902
<li>
18961903
<p>
18971904
Return |result|.
@@ -2792,6 +2799,13 @@ <h4>Operations</h4>
27922799
and the value `false` otherwise.
27932800
</p>
27942801
</li>
2802+
<li>
2803+
<p>
2804+
If the point R, encoded in the first half of |signature|,
2805+
represents a small-order element on the Elliptic Curve of Ed448,
2806+
[= exception/throw =] a {{DataError}}.
2807+
</p>
2808+
</li>
27952809
<li>
27962810
<p>
27972811
Return |result|.

0 commit comments

Comments
 (0)