UNPKG

inthash

Version:

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

3 lines 121 B
export type { HasherOptions } from "./hasher.js"; export { Hasher } from "./hasher.js"; //# sourceMappingURL=mod.d.ts.map