We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2f541 commit e2da4efCopy full SHA for e2da4ef
lib/internal/crypto/util.js
@@ -166,15 +166,15 @@ const kAlgorithms = {
166
'sha-512': 'SHA-512',
167
'hkdf': 'HKDF',
168
'pbkdf2': 'PBKDF2',
169
+ 'ed25519': 'Ed25519',
170
+ 'ed448': 'Ed448',
171
+ 'x25519': 'X25519',
172
+ 'x448': 'X448',
173
// Following here are Node.js specific extensions. All
174
// should be prefixed with 'node-'
175
'node-dsa': 'NODE-DSA',
176
'node-dh': 'NODE-DH',
177
'node-scrypt': 'NODE-SCRYPT',
- 'ed25519': 'Ed25519',
- 'ed448': 'Ed448',
- 'x25519': 'X25519',
- 'x448': 'X448',
178
};
179
const kAlgorithmsKeys = ObjectKeys(kAlgorithms);
180
0 commit comments