Skip to main content
Module

x/xxhash64/mod.ts>create

A fast, simple xxHash64 implementation in TypeScript/WASM.
Latest
function create
import { create } from "https://deno.land/x/xxhash64@1.0.0/mod.ts";

Parameters

optional
seedData: Iterable<any>

Returns

Promise<Hasher>