Provide third HKDF parameter putRemoteAttestation
This commit is contained in:
parent
8c9e556a22
commit
11e9b971f0
1 changed files with 2 additions and 1 deletions
|
@ -2494,7 +2494,8 @@ export function initialize({
|
|||
serverKey,
|
||||
] = await window.libsignal.HKDF.deriveSecrets(
|
||||
masterSecret,
|
||||
publicKeys
|
||||
publicKeys,
|
||||
new ArrayBuffer(0)
|
||||
);
|
||||
|
||||
// Decrypt ciphertext into requestId
|
||||
|
|
Loading…
Reference in a new issue