We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b8efe commit d13febbCopy full SHA for d13febb
1 file changed
nodejs/ece.js
@@ -176,6 +176,8 @@ function webpushSecret(header, mode) {
176
' and ' + MODE_DECRYPT + ' supported');
177
}
178
keylog('remote pubkey', remotePubKey);
179
+ keylog('sender pubkey', senderPubKey);
180
+ keylog('receiver pubkey', receiverPubKey);
181
return keylog('secret dh',
182
HKDF(header.authSecret,
183
header.privateKey.computeSecret(remotePubKey),
0 commit comments