@whiskeysockets/baileys
Version:
A WebSockets library for interacting with WhatsApp Web
8 lines • 417 B
TypeScript
import { LTHashAntiTampering } from 'whatsapp-rust-bridge';
/**
* LT Hash is a summation based hash algorithm that maintains the integrity of a piece of data
* over a series of mutations. You can add/remove mutations and it'll return a hash equal to
* if the same series of mutations was made sequentially.
*/
export declare const LT_HASH_ANTI_TAMPERING: LTHashAntiTampering;
//# sourceMappingURL=lt-hash.d.ts.map