Skip to main content
Module

std/node/crypto.ts>Algorithms

Deno standard library
Go to Latest
type alias Algorithms
Re-export
import { type Algorithms } from "https://deno.land/std@0.166.0/node/crypto.ts";
definition:
| "md5"
| "ripemd160"
| "rmd160"
| "sha1"
| "sha224"
| "sha256"
| "sha384"
| "sha512"