Skip to content

Commit c93bccd

Browse files
refactor: imports in alphabetic order
1 parent 722d0f2 commit c93bccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/protocol/kex.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ const {
66
createECDH,
77
createHash,
88
createPublicKey,
9+
decapsulate,
910
diffieHellman,
11+
encapsulate,
1012
generateKeyPairSync,
1113
randomFillSync,
12-
encapsulate,
13-
decapsulate,
1414
} = require('crypto');
1515

1616
const { Ber } = require('asn1');
1717

1818
const {
1919
COMPAT,
2020
curve25519Supported,
21-
mlkemSupported,
2221
DEFAULT_KEX,
2322
DEFAULT_SERVER_HOST_KEY,
2423
DEFAULT_CIPHER,
2524
DEFAULT_MAC,
2625
DEFAULT_COMPRESSION,
2726
DISCONNECT_REASON,
2827
MESSAGE,
28+
mlkemSupported,
2929
} = require('./constants.js');
3030
const {
3131
CIPHER_INFO,

0 commit comments

Comments
 (0)