Commit 5ea1a58
crypto: remove rsaPrivate and rename rsaPublic
This commit renames rsaPublic and removes the rsaPrivate function as the
code in these two functions are identical.
Backport-PR-URL: #20706
PR-URL: #20164
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>1 parent 503844e commit 5ea1a58Copy full SHA for 5ea1a58
File tree
Expand file treeCollapse file tree
1 file changed
+5
-14
lines changedOpen diff view settings
Filter options
- lib/internal/crypto
Expand file treeCollapse file tree
1 file changed
+5
-14
lines changedOpen diff view settings
Collapse file
lib/internal/crypto/cipher.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/cipher.js+5-14Lines changed: 5 additions & 14 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
| ||
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | | - |
46 | | - |
47 | | - |
48 | | - |
49 | | - |
50 | | - |
51 | | - |
52 | | - |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | | - |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
58 | 49 | |
59 | 50 | |
60 | 51 | |
|
0 commit comments