Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function getHashes
import { getHashes } from "https://deno.land/std@0.168.0/node/internal/crypto/util.ts";

Returns an array of the names of the supported hash algorithms, such as 'sha1'.

Returns

readonly string[]