variable supportedAlgorithmsimport { supportedAlgorithms } from "https://deno.land/std@0.110.0/hash/mod.ts"; type | "md2" | "md4" | "md5" | "ripemd160" | "ripemd320" | "sha1" | "sha224" | "sha256" | "sha384" | "sha512" | "sha3-224" | "sha3-256" | "sha3-384" | "sha3-512" | "keccak224" | "keccak256" | "keccak384" | "keccak512" | "blake3"[]