// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. export { Fnv32, Fnv32a } from "./_fnv/fnv32.ts"; export { Fnv64, Fnv64a } from "./_fnv/fnv64.ts";