mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Provide third HKDF parameter putRemoteAttestation
This commit is contained in:
committed by
Josh Perez
parent
8c9e556a22
commit
11e9b971f0
@@ -2494,7 +2494,8 @@ export function initialize({
|
||||
serverKey,
|
||||
] = await window.libsignal.HKDF.deriveSecrets(
|
||||
masterSecret,
|
||||
publicKeys
|
||||
publicKeys,
|
||||
new ArrayBuffer(0)
|
||||
);
|
||||
|
||||
// Decrypt ciphertext into requestId
|
||||
|
||||
Reference in New Issue
Block a user