import { Sha256 } from "https://deno.land/std@0.52.0/hash/sha256.ts";
Methods
protected
finalize(): voidprotected
hash(): voidprotected
init(is224: boolean, sharedMemory: boolean): voidarray(): 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.