Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/proc/tools/deps/crypto.ts>FNVAlgorithms

A better way to work with processes in Deno.
Go to Latest
type alias FNVAlgorithms
import { type FNVAlgorithms } from "https://deno.land/x/proc@0.21.9/tools/deps/crypto.ts";

FNV (Fowler/Noll/Vo) algorithms names.

definition:
| "FNV32"
| "FNV32A"
| "FNV64"
| "FNV64A"