Variable: LT_HASH_ANTI_TAMPERING
constLT_HASH_ANTI_TAMPERING:LTHashAntiTampering
Defined in: src/Utils/lt-hash.ts:8
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.