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

x/lume/deps/crypto.ts>FNVAlgorithms

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias FNVAlgorithms
import { type FNVAlgorithms } from "https://deno.land/x/lume@v2.1.0/deps/crypto.ts";

FNV (Fowler/Noll/Vo) algorithms names.

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