Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class hash
import { hash } from "https://deno.land/x/the@0.0.0.2/src/hash.ts";

Static Methods

sha256(str: string): Promise<string>
sha3_256(str: string): Promise<string>
sha3_512(str: string): Promise<string>
sha384(str: string): Promise<string>
sha512(str: string): Promise<string>