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,
|
serverKey,
|
||||||
] = await window.libsignal.HKDF.deriveSecrets(
|
] = await window.libsignal.HKDF.deriveSecrets(
|
||||||
masterSecret,
|
masterSecret,
|
||||||
publicKeys
|
publicKeys,
|
||||||
|
new ArrayBuffer(0)
|
||||||
);
|
);
|
||||||
|
|
||||||
// Decrypt ciphertext into requestId
|
// Decrypt ciphertext into requestId
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue