Skip to main content
Go to Latest
class hash
import { hash } from "https://deno.land/x/the@0.0.0.4.2/mod.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>