fix compilation errors

This commit is contained in:
Adhiraj Singh
2021-09-25 18:04:26 +05:30
parent 671ea3e097
commit fff2e58997
6 changed files with 46 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
import { hkdf } from "../Utils/generics";
const { hkdf } = require("../Utils/generics");
const o = 128;
@@ -45,4 +45,4 @@ class d {
return a
}
}
export const LT_HASH_ANTI_TAMPERING = new d('WhatsApp Patch Integrity')
module.exports.LT_HASH_ANTI_TAMPERING = new d('WhatsApp Patch Integrity')