Commit 7565a75
File tree
Expand file treeCollapse file tree
4 files changed
+47
-48
lines changedOpen diff view settings
Filter options
- lib/internal/crypto
- test
- parallel
- pummel
Expand file treeCollapse file tree
4 files changed
+47
-48
lines changedOpen diff view settings
Collapse file
lib/internal/crypto/hkdf.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/hkdf.js+19-27Lines changed: 19 additions & 27 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | 5 | |
7 | 6 | |
8 | 7 | |
| ||
15 | 14 | |
16 | 15 | |
17 | 16 | |
18 | | - |
19 | 17 | |
20 | 18 | |
21 | 19 | |
| ||
35 | 33 | |
36 | 34 | |
37 | 35 | |
| 36 | + |
38 | 37 | |
39 | 38 | |
40 | 39 | |
| ||
139 | 138 | |
140 | 139 | |
141 | 140 | |
| 141 | + |
142 | 142 | |
143 | 143 | |
144 | 144 | |
145 | 145 | |
146 | 146 | |
147 | 147 | |
148 | 148 | |
149 | | - |
150 | | - |
151 | | - |
152 | | - |
153 | | - |
154 | | - |
155 | | - |
156 | | - |
157 | | - |
158 | | - |
159 | | - |
160 | | - |
161 | | - |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
162 | 157 | |
163 | 158 | |
164 | | - |
165 | | - |
166 | | - |
167 | | - |
168 | | - |
169 | | - |
170 | | - |
171 | | - |
172 | | - |
173 | | - |
174 | | - |
175 | | - |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
176 | 168 | |
177 | 169 | |
178 | 170 | |
|
Collapse file
lib/internal/crypto/pbkdf2.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/pbkdf2.js+20-21Lines changed: 20 additions & 21 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | 5 | |
7 | 6 | |
8 | 7 | |
| ||
18 | 17 | |
19 | 18 | |
20 | 19 | |
21 | | - |
22 | 20 | |
23 | 21 | |
24 | 22 | |
| ||
32 | 30 | |
33 | 31 | |
34 | 32 | |
| 33 | + |
35 | 34 | |
36 | 35 | |
37 | 36 | |
| ||
100 | 99 | |
101 | 100 | |
102 | 101 | |
| 102 | + |
103 | 103 | |
104 | 104 | |
105 | 105 | |
| ||
116 | 116 | |
117 | 117 | |
118 | 118 | |
119 | | - |
120 | | - |
121 | | - |
122 | | - |
123 | | - |
124 | | - |
125 | | - |
126 | | - |
127 | | - |
128 | | - |
129 | | - |
130 | | - |
131 | | - |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
132 | 136 | |
133 | 137 | |
134 | | - |
135 | | - |
136 | | - |
137 | | - |
138 | | - |
139 | | - |
| 138 | + |
140 | 139 | |
141 | 140 | |
142 | 141 | |
|
Collapse file
test/parallel/test-webcrypto-derivebits-hkdf.js
Copy file name to clipboardExpand all lines: test/parallel/test-webcrypto-derivebits-hkdf.js+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
257 | 257 | |
258 | 258 | |
259 | 259 | |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
260 | 264 | |
261 | 265 | |
262 | 266 | |
|
Collapse file
test/pummel/test-webcrypto-derivebits-pbkdf2.js
Copy file name to clipboardExpand all lines: test/pummel/test-webcrypto-derivebits-pbkdf2.js+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
445 | 445 | |
446 | 446 | |
447 | 447 | |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
448 | 452 | |
449 | 453 | |
450 | 454 | |
|
0 commit comments