Skip to content

Commit 9d98db7

Browse files
committed
Update Ed25519 issues to reference w3c/webcrypto repo
The WICG/webcrypto-secure-curves repo has been archived and the issues have been copied over.
1 parent 6fac7a5 commit 9d98db7

File tree

1 file changed

+11
-26
lines changed

1 file changed

+11
-26
lines changed

spec/Overview.html

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10386,16 +10386,11 @@ <h5>Sign</h5>
1038610386
Section 5.1.6, with |message| as |M|,
1038710387
using the Ed25519 private key associated with |key|.
1038810388
</p>
10389-
<div class="issue">
10390-
<p>
10391-
Some implementations may (wish to) generate randomized signatures
10392-
as per <a href="https://datatracker.ietf.org/doc/draft-irtf-cfrg-det-sigs-with-noise/">draft-irtf-cfrg-det-sigs-with-noise</a>
10393-
instead of deterministic signatures as per [[RFC8032]].
10394-
</p>
10395-
<p>
10396-
See <a href="https://github.com/WICG/webcrypto-secure-curves/issues/28">WICG/webcrypto-secure-curves issue 28</a>.
10397-
</p>
10398-
</div>
10389+
<p class="issue" data-number="424">
10390+
Some implementations may (wish to) generate randomized signatures
10391+
as per <a href="https://datatracker.ietf.org/doc/draft-irtf-cfrg-det-sigs-with-noise/">draft-irtf-cfrg-det-sigs-with-noise</a>
10392+
instead of deterministic signatures as per [[RFC8032]].
10393+
</p>
1039910394
</li>
1040010395
<li>
1040110396
<p>
@@ -10420,29 +10415,19 @@ <h5>Verify</h5>
1042010415
If the key data of |key| represents an invalid point or a small-order element
1042110416
on the Elliptic Curve of Ed25519, return `false`.
1042210417
</p>
10423-
<div class="issue">
10424-
<p>
10425-
Not all implementations perform this check.
10426-
</p>
10427-
<p>
10428-
See <a href="https://github.com/WICG/webcrypto-secure-curves/issues/27">WICG/webcrypto-secure-curves issue 27</a>.
10429-
</p>
10430-
</div>
10418+
<p class="issue" data-number="423">
10419+
Not all implementations perform this check.
10420+
</p>
1043110421
</li>
1043210422
<li>
1043310423
<p>
1043410424
If the point R, encoded in the first half of |signature|,
1043510425
represents an invalid point or a small-order element
1043610426
on the Elliptic Curve of Ed25519, return `false`.
1043710427
</p>
10438-
<div class="issue">
10439-
<p>
10440-
Not all implementations perform this check.
10441-
</p>
10442-
<p>
10443-
See <a href="https://github.com/WICG/webcrypto-secure-curves/issues/27">WICG/webcrypto-secure-curves issue 27</a>.
10444-
</p>
10445-
</div>
10428+
<p class="issue" data-number="423">
10429+
Not all implementations perform this check.
10430+
</p>
1044610431
</li>
1044710432
<li>
1044810433
<p>

0 commit comments

Comments
 (0)