mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Support for Contact Discovery Service
This commit is contained in:
committed by
Scott Nonnenberg
parent
f6dcf91dbf
commit
8290881bd8
@@ -25564,7 +25564,7 @@ var Internal = Internal || {};
|
||||
|
||||
|
||||
// HKDF for TextSecure has a bit of additional handling - salts always end up being 32 bytes
|
||||
Internal.HKDF = function(input, salt, info) {
|
||||
Internal.HKDF = function(input, salt, info = new ArrayBuffer()) {
|
||||
return Internal.crypto.HKDF(input, salt, util.toArrayBuffer(info));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user