Skip to main content
Module

x/inthash/hasher.ts>HasherOptions

A library for generating integer hash values using Knuth's multiplicative method in Javascript and Typescript.
Go to Latest
interface HasherOptions
import { type HasherOptions } from "https://deno.land/x/inthash@3.0.2/hasher.ts";

Properties

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