File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -10078,6 +10078,16 @@ <h4>Operations</h4>
10078
10078
Section 5.1.6, with |message| as |M|,
10079
10079
using the Ed25519 private key associated with |key|.
10080
10080
</p>
10081
+ <div class="issue">
10082
+ <p>
10083
+ Some implementations may (wish to) generate randomized signatures
10084
+ as per <a href="https://datatracker.ietf.org/doc/draft-irtf-cfrg-det-sigs-with-noise/">draft-irtf-cfrg-det-sigs-with-noise</a>
10085
+ instead of deterministic signatures as per [[RFC8032]].
10086
+ </p>
10087
+ <p>
10088
+ See <a href="https://github.com/WICG/webcrypto-secure-curves/issues/28">WICG/webcrypto-secure-curves issue 28</a>.
10089
+ </p>
10090
+ </div>
10081
10091
</li>
10082
10092
<li>
10083
10093
<p>
@@ -10105,13 +10115,29 @@ <h4>Operations</h4>
10105
10115
If the key data of |key| represents an invalid point or a small-order element
10106
10116
on the Elliptic Curve of Ed25519, return `false`.
10107
10117
</p>
10118
+ <div class="issue">
10119
+ <p>
10120
+ Not all implementations perform this check.
10121
+ </p>
10122
+ <p>
10123
+ See <a href="https://github.com/WICG/webcrypto-secure-curves/issues/27">WICG/webcrypto-secure-curves issue 27</a>.
10124
+ </p>
10125
+ </div>
10108
10126
</li>
10109
10127
<li>
10110
10128
<p>
10111
10129
If the point R, encoded in the first half of |signature|,
10112
10130
represents an invalid point or a small-order element
10113
10131
on the Elliptic Curve of Ed25519, return `false`.
10114
10132
</p>
10133
+ <div class="issue">
10134
+ <p>
10135
+ Not all implementations perform this check.
10136
+ </p>
10137
+ <p>
10138
+ See <a href="https://github.com/WICG/webcrypto-secure-curves/issues/27">WICG/webcrypto-secure-curves issue 27</a>.
10139
+ </p>
10140
+ </div>
10115
10141
</li>
10116
10142
<li>
10117
10143
<p>
You can’t perform that action at this time.
0 commit comments