Skip to main content
Module

x/inthash/mod.ts>HasherOptions

Integer Hashing Library based on Knuth's multiplicative hashing method for Javascript(& Typescript).
Go to Latest
interface HasherOptions
import { type HasherOptions } from "https://deno.land/x/inthash@3.0.0/mod.ts";

Properties

bits: number
prime: string
inverse: string
xor: string