UNPKG

inthash

Version:

Efficient integer hashing library using Knuth's multiplicative method for Javascript and Typescript, perfect for obfuscating sequential numbers.

3 lines 179 B
export declare function isPrimeMillerRabin(w: bigint, iterations?: number): boolean; export declare function randomPrime(bits: number): bigint; //# sourceMappingURL=prime.d.ts.map