Commit 79a8fb6
crypto: fixup scrypt regressions
Fixes a handful of regressions in scrypt support following
the refactor.
Fixes: #35815
PR-URL: #35821
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>1 parent 8c2b179 commit 79a8fb6Copy full SHA for 79a8fb6
File tree
Expand file treeCollapse file tree
8 files changed
+18
-16
lines changedOpen diff view settings
Filter options
- lib/internal/crypto
- src
- crypto
- test
- parallel
- sequential
Expand file treeCollapse file tree
8 files changed
+18
-16
lines changedOpen diff view settings
Collapse file
lib/internal/crypto/webcrypto.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/webcrypto.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
131 | 131 | |
132 | 132 | |
133 | 133 | |
134 | | - |
| 134 | + |
135 | 135 | |
136 | 136 | |
137 | 137 | |
|
Collapse file
src/crypto/crypto_scrypt.cc
Copy file name to clipboardExpand all lines: src/crypto/crypto_scrypt.cc+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
| 31 | + |
31 | 32 | |
32 | 33 | |
33 | 34 | |
| ||
127 | 128 | |
128 | 129 | |
129 | 130 | |
130 | | - |
| 131 | + |
131 | 132 | |
132 | 133 | |
133 | 134 | |
|
Collapse file
+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
236 | 236 | |
237 | 237 | |
238 | 238 | |
239 | | - |
| 239 | + |
| 240 | + |
| 241 | + |
240 | 242 | |
241 | 243 | |
242 | 244 | |
|
Collapse file
+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
58 | 58 | |
59 | 59 | |
60 | 60 | |
61 | | - |
62 | 61 | |
63 | 62 | |
64 | 63 | |
65 | 64 | |
66 | 65 | |
67 | 66 | |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
68 | 71 | |
69 | 72 | |
70 | 73 | |
|
Collapse file
test/parallel/test-crypto-scrypt.js
Copy file name to clipboardExpand all lines: test/parallel/test-crypto-scrypt.js+3-7Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
| ||
156 | 156 | |
157 | 157 | |
158 | 158 | |
159 | | - |
160 | | - |
161 | | - |
| 159 | + |
162 | 160 | |
163 | 161 | |
164 | 162 | |
| ||
168 | 166 | |
169 | 167 | |
170 | 168 | |
171 | | - |
172 | | - |
173 | | - |
| 169 | + |
174 | 170 | |
175 | 171 | |
176 | 172 | |
|
Collapse file
test/parallel/test-webcrypto-derivebits.js
Copy file name to clipboardExpand all lines: test/parallel/test-webcrypto-derivebits.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
102 | 102 | |
103 | 103 | |
104 | 104 | |
105 | | - |
| 105 | + |
106 | 106 | |
107 | 107 | |
108 | 108 | |
| ||
111 | 111 | |
112 | 112 | |
113 | 113 | |
114 | | - |
| 114 | + |
115 | 115 | |
116 | 116 | |
117 | 117 | |
|
Collapse file
test/parallel/test-webcrypto-derivekey.js
Copy file name to clipboardExpand all lines: test/parallel/test-webcrypto-derivekey.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
122 | 122 | |
123 | 123 | |
124 | 124 | |
125 | | - |
| 125 | + |
126 | 126 | |
127 | 127 | |
128 | 128 | |
| ||
144 | 144 | |
145 | 145 | |
146 | 146 | |
147 | | - |
| 147 | + |
148 | 148 | |
149 | 149 | |
150 | 150 | |
|
Collapse file
test/sequential/test-async-wrap-getasyncid.js
Copy file name to clipboardExpand all lines: test/sequential/test-async-wrap-getasyncid.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
145 | 145 | |
146 | 146 | |
147 | 147 | |
148 | | - |
| 148 | + |
149 | 149 | |
150 | 150 | |
151 | 151 | |
|
0 commit comments