Skip to main content
Module

x/bundler/deps.ts>Sha256

A Bundler with the web in mind.
Latest
class Sha256
import { Sha256 } from "https://deno.land/x/bundler@0.9.0/deps.ts";

Constructors

new
Sha256(is224?, sharedMemory?)

Methods

protected
finalize(): void
protected
hash(): void
protected
init(is224: boolean, sharedMemory: boolean): void
array(): number[]

Return hash in integer array.

arrayBuffer(): ArrayBuffer

Return hash in ArrayBuffer.

digest(): number[]

Return hash in integer array.

hex(): string

Return hash in hex string.

toString(): string

Return hash in hex string.

update(message: Message): this

Update hash