Skip to main content
Module

std/crypto/mod.ts>FNVAlgorithms

Deno standard library
Go to Latest
type alias FNVAlgorithms
import { type FNVAlgorithms } from "https://deno.land/std@0.160.0/crypto/mod.ts";
definition:
| "FNV32"
| "FNV32A"
| "FNV64"
| "FNV64A"