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 722d0f2 commit c93bccdCopy full SHA for c93bccd
lib/protocol/kex.js
@@ -6,26 +6,26 @@ const {
6
createECDH,
7
createHash,
8
createPublicKey,
9
+ decapsulate,
10
diffieHellman,
11
+ encapsulate,
12
generateKeyPairSync,
13
randomFillSync,
- encapsulate,
- decapsulate,
14
} = require('crypto');
15
16
const { Ber } = require('asn1');
17
18
const {
19
COMPAT,
20
curve25519Supported,
21
- mlkemSupported,
22
DEFAULT_KEX,
23
DEFAULT_SERVER_HOST_KEY,
24
DEFAULT_CIPHER,
25
DEFAULT_MAC,
26
DEFAULT_COMPRESSION,
27
DISCONNECT_REASON,
28
MESSAGE,
+ mlkemSupported,
29
} = require('./constants.js');
30
31
CIPHER_INFO,
0 commit comments