mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -13,7 +13,7 @@ import { MAC_LENGTH } from '../types/Crypto.std.js';
|
||||
*/
|
||||
export function getMacAndUpdateHmac(
|
||||
hmac: Hmac,
|
||||
onTheirMac: (theirMac: Uint8Array) => void
|
||||
onTheirMac: (theirMac: Uint8Array<ArrayBuffer>) => void
|
||||
): Transform {
|
||||
// Because we don't have a view of the entire stream, we don't know when we're
|
||||
// at the end. We need to omit the last MAC_LENGTH bytes from
|
||||
|
||||
Reference in New Issue
Block a user