Skip to main content
Latest
import * as sha512 from "https://deno.land/x/sha512@v1.0.3/mod.ts";

Classes

A class representation of the SHA2-512 algorithm.

Variables

Byte length of a SHA512 hash.

Functions

Obtain a SHA512 hash of an utf8 encoded string or an Uint8Array.