Commit 92ef2ad
lib: prefer primordials in SubtleCrypto
PR-URL: #62226
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>1 parent 8513893 commit 92ef2adCopy full SHA for 92ef2ad
5 files changed
+23-18Lines changed: 23 additions & 18 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file
lib/internal/crypto/cfrg.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/cfrg.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
| 5 | + |
5 | 6 | |
6 | 7 | |
7 | 8 | |
| ||
332 | 333 | |
333 | 334 | |
334 | 335 | |
335 | | - |
| 336 | + |
336 | 337 | |
337 | 338 | |
338 | 339 | |
|
Collapse file
lib/internal/crypto/ml_dsa.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/ml_dsa.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
| 5 | + |
5 | 6 | |
6 | 7 | |
7 | 8 | |
| ||
276 | 277 | |
277 | 278 | |
278 | 279 | |
279 | | - |
| 280 | + |
280 | 281 | |
281 | 282 | |
282 | 283 | |
|
Collapse file
lib/internal/crypto/ml_kem.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/ml_kem.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
| ||
209 | 210 | |
210 | 211 | |
211 | 212 | |
212 | | - |
| 213 | + |
213 | 214 | |
214 | 215 | |
215 | 216 | |
|
Collapse file
lib/internal/crypto/util.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/util.js+10-10Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
| ||
656 | 656 | |
657 | 657 | |
658 | 658 | |
659 | | - |
660 | | - |
661 | | - |
662 | | - |
663 | | - |
664 | | - |
665 | | - |
666 | | - |
667 | | - |
| 659 | + |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
| 664 | + |
| 665 | + |
| 666 | + |
| 667 | + |
668 | 668 | |
669 | 669 | |
670 | 670 | |
|
Collapse file
lib/internal/crypto/webidl.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/webidl.js+7-5Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
195 | 195 | |
196 | 196 | |
197 | 197 | |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
198 | 202 | |
199 | | - |
200 | | - |
201 | | - |
202 | | - |
203 | | - |
| 203 | + |
| 204 | + |
| 205 | + |
204 | 206 | |
205 | 207 | |
206 | 208 | |
|
0 commit comments