Commit 2395fc0
crypto: rename CShakeParams and KmacParams length to outputLength
PR-URL: #61875
Backport-PR-URL: #62539
Refs: web-platform-tests/wpt#57802
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>1 parent 541be3a commit 2395fc0Copy full SHA for 2395fc0
10 files changed
+116-59Lines changed: 116 additions & 59 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- doc/api
- lib/internal/crypto
- test
- fixtures
- crypto
- webcrypto
- parallel
- wpt/status
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+29-21Lines changed: 29 additions & 21 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1868 | 1868 | |
1869 | 1869 | |
1870 | 1870 | |
| 1871 | + |
| 1872 | + |
| 1873 | + |
| 1874 | + |
1871 | 1875 | |
1872 | 1876 | |
1873 | | - |
| 1877 | + |
1874 | 1878 | |
1875 | 1879 | |
1876 | 1880 | |
1877 | 1881 | |
1878 | 1882 | |
1879 | | - |
| 1883 | + |
1880 | 1884 | |
1881 | | - |
1882 | | - |
1883 | | - |
| 1885 | + |
| 1886 | + |
| 1887 | + |
| 1888 | + |
| 1889 | + |
| 1890 | + |
| 1891 | + |
1884 | 1892 | |
1885 | 1893 | |
1886 | 1894 | |
| ||
1895 | 1903 | |
1896 | 1904 | |
1897 | 1905 | |
1898 | | - |
| 1906 | + |
1899 | 1907 | |
1900 | 1908 | |
1901 | 1909 | |
1902 | 1910 | |
1903 | 1911 | |
1904 | | - |
1905 | | - |
1906 | | - |
1907 | | - |
1908 | | - |
1909 | | - |
1910 | | - |
| 1912 | + |
1911 | 1913 | |
1912 | | - |
| 1914 | + |
| 1915 | + |
| 1916 | + |
1913 | 1917 | |
1914 | 1918 | |
1915 | 1919 | |
| ||
2386 | 2390 | |
2387 | 2391 | |
2388 | 2392 | |
| 2393 | + |
| 2394 | + |
| 2395 | + |
| 2396 | + |
2389 | 2397 | |
2390 | 2398 | |
2391 | 2399 | |
| ||
2396 | 2404 | |
2397 | 2405 | |
2398 | 2406 | |
2399 | | - |
| 2407 | + |
2400 | 2408 | |
2401 | 2409 | |
2402 | | - |
| 2410 | + |
2403 | 2411 | |
2404 | 2412 | |
2405 | | - |
| 2413 | + |
2406 | 2414 | |
2407 | | - |
| 2415 | + |
2408 | 2416 | |
2409 | | - |
| 2417 | + |
2410 | 2418 | |
2411 | 2419 | |
2412 | 2420 | |
2413 | 2421 | |
2414 | 2422 | |
2415 | | - |
| 2423 | + |
2416 | 2424 | |
2417 | | - |
| 2425 | + |
2418 | 2426 | |
2419 | 2427 | |
2420 | 2428 | |
|
Collapse file
lib/internal/crypto/hash.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/hash.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
225 | 225 | |
226 | 226 | |
227 | 227 | |
228 | | - |
| 228 | + |
229 | 229 | |
230 | 230 | |
231 | 231 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
234 | 234 | |
235 | 235 | |
236 | 236 | |
237 | | - |
| 237 | + |
238 | 238 | |
239 | 239 | |
240 | 240 | |
|
Collapse file
lib/internal/crypto/webidl.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/webidl.js+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
589 | 589 | |
590 | 590 | |
591 | 591 | |
592 | | - |
| 592 | + |
593 | 593 | |
594 | 594 | |
595 | 595 | |
596 | 596 | |
597 | 597 | |
598 | 598 | |
599 | | - |
| 599 | + |
600 | 600 | |
601 | 601 | |
602 | 602 | |
| ||
879 | 879 | |
880 | 880 | |
881 | 881 | |
882 | | - |
| 882 | + |
883 | 883 | |
884 | 884 | |
885 | 885 | |
886 | 886 | |
887 | 887 | |
888 | | - |
| 888 | + |
889 | 889 | |
890 | 890 | |
891 | 891 | |
|
Collapse file
test/fixtures/crypto/kmac.js
Copy file name to clipboardExpand all lines: test/fixtures/crypto/kmac.js+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
| 33 | + |
34 | 34 | |
35 | 35 | |
36 | 36 | |
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | | - |
| 50 | + |
51 | 51 | |
52 | 52 | |
53 | 53 | |
| ||
64 | 64 | |
65 | 65 | |
66 | 66 | |
67 | | - |
| 67 | + |
68 | 68 | |
69 | 69 | |
70 | 70 | |
| ||
84 | 84 | |
85 | 85 | |
86 | 86 | |
87 | | - |
| 87 | + |
88 | 88 | |
89 | 89 | |
90 | 90 | |
| ||
104 | 104 | |
105 | 105 | |
106 | 106 | |
107 | | - |
| 107 | + |
108 | 108 | |
109 | 109 | |
110 | 110 | |
|
Collapse file
test/fixtures/webcrypto/supports-modern-algorithms.mjs
Copy file name to clipboardExpand all lines: test/fixtures/webcrypto/supports-modern-algorithms.mjs+12-12Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
25 | 25 | |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
31 | 31 | |
32 | 32 | |
33 | 33 | |
| ||
44 | 44 | |
45 | 45 | |
46 | 46 | |
47 | | - |
48 | | - |
| 47 | + |
| 48 | + |
49 | 49 | |
50 | 50 | |
51 | 51 | |
|
Collapse file
test/parallel/test-webcrypto-digest.js
Copy file name to clipboardExpand all lines: test/parallel/test-webcrypto-digest.js+7-7Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | | - |
| 22 | + |
| 23 | + |
24 | 24 | |
25 | 25 | |
26 | 26 | |
| ||
223 | 223 | |
224 | 224 | |
225 | 225 | |
226 | | - |
| 226 | + |
227 | 227 | |
228 | 228 | |
229 | | - |
| 229 | + |
230 | 230 | |
231 | 231 | |
232 | 232 | |
| ||
259 | 259 | |
260 | 260 | |
261 | 261 | |
262 | | - |
| 262 | + |
263 | 263 | |
264 | 264 | |
265 | 265 | |
266 | | - |
| 266 | + |
267 | 267 | |
268 | | - |
| 268 | + |
269 | 269 | |
270 | 270 | |
271 | 271 | |
Collapse file
test/parallel/test-webcrypto-sign-verify-kmac.js
Copy file name to clipboardExpand all lines: test/parallel/test-webcrypto-sign-verify-kmac.js+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
| 22 | + |
23 | 23 | |
24 | 24 | |
25 | 25 | |
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | | - |
| 49 | + |
50 | 50 | |
51 | 51 | |
52 | 52 | |
| ||
112 | 112 | |
113 | 113 | |
114 | 114 | |
115 | | - |
| 115 | + |
116 | 116 | |
117 | 117 | |
118 | 118 | |
| ||
121 | 121 | |
122 | 122 | |
123 | 123 | |
124 | | - |
| 124 | + |
125 | 125 | |
126 | 126 | |
127 | 127 | |
| ||
148 | 148 | |
149 | 149 | |
150 | 150 | |
151 | | - |
| 151 | + |
152 | 152 | |
153 | 153 | |
154 | 154 | |
|
Collapse file
test/parallel/test-webcrypto-sign-verify.js
Copy file name to clipboardExpand all lines: test/parallel/test-webcrypto-sign-verify.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
118 | 118 | |
119 | 119 | |
120 | 120 | |
121 | | - |
| 121 | + |
122 | 122 | |
123 | 123 | |
124 | 124 | |
125 | 125 | |
126 | | - |
| 126 | + |
127 | 127 | |
128 | 128 | |
129 | 129 | |
|
0 commit comments