import { murmurHash } from "ohash" export function fastHash(input: Uint8Array | string) { return murmurHash(input) }