Commit 7a731ef
doc,lib,test: rename HKDF 'key' argument
PR-URL: #39474
Refs: #39471
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent e53ec68 commit 7a731efCopy full SHA for 7a731ef
3 files changed
+11-11Lines changed: 11 additions & 11 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- doc/api
- lib/internal/crypto
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+8-8Lines changed: 8 additions & 8 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3839 | 3839 | |
3840 | 3840 | |
3841 | 3841 | |
3842 | | - |
| 3842 | + |
3843 | 3843 | |
3844 | 3844 | |
3845 | 3845 | |
3846 | 3846 | |
3847 | 3847 | |
3848 | | - |
3849 | | - |
| 3848 | + |
| 3849 | + |
3850 | 3850 | |
3851 | 3851 | |
3852 | 3852 | |
| ||
3859 | 3859 | |
3860 | 3860 | |
3861 | 3861 | |
3862 | | - |
| 3862 | + |
3863 | 3863 | |
3864 | 3864 | |
3865 | 3865 | |
| ||
3892 | 3892 | |
3893 | 3893 | |
3894 | 3894 | |
3895 | | - |
| 3895 | + |
3896 | 3896 | |
3897 | 3897 | |
3898 | 3898 | |
3899 | 3899 | |
3900 | 3900 | |
3901 | | - |
3902 | | - |
| 3901 | + |
| 3902 | + |
3903 | 3903 | |
3904 | 3904 | |
3905 | 3905 | |
| ||
3911 | 3911 | |
3912 | 3912 | |
3913 | 3913 | |
3914 | | - |
| 3914 | + |
3915 | 3915 | |
3916 | 3916 | |
3917 | 3917 | |
|
Collapse file
lib/internal/crypto/hkdf.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/hkdf.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
91 | 91 | |
92 | 92 | |
93 | 93 | |
94 | | - |
| 94 | + |
95 | 95 | |
96 | 96 | |
97 | 97 | |
|
Collapse file
test/parallel/test-crypto-hkdf.js
Copy file name to clipboardExpand all lines: test/parallel/test-crypto-hkdf.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
|
0 commit comments