Commit 391d2f8
crypto: simplify diffiehellman getFormat function
This commit aims to simplify the getFormat function in
diffiehellman.js.
PR-URL: #20246
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 7f6172b commit 391d2f8Copy full SHA for 391d2f8
File tree
Expand file treeCollapse file tree
1 file changed
+5
-11
lines changedOpen diff view settings
Filter options
- lib/internal/crypto
Expand file treeCollapse file tree
1 file changed
+5
-11
lines changedOpen diff view settings
Collapse file
lib/internal/crypto/diffiehellman.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/diffiehellman.js+5-11Lines changed: 5 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
219 | 219 | |
220 | 220 | |
221 | 221 | |
222 | | - |
223 | 222 | |
224 | 223 | |
225 | | - |
226 | | - |
227 | | - |
228 | | - |
229 | | - |
230 | | - |
231 | | - |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
232 | 228 | |
233 | | - |
234 | | - |
235 | 229 | |
236 | | - |
| 230 | + |
237 | 231 | |
238 | 232 | |
239 | 233 | |
|
0 commit comments