Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Sha256Operation

import { Sha256Operation } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/proof/mod.ts";

SHA-256 hash operation

class Sha256Operation extends Operation {
commit(input: Uint8Array): Uint8Array;
toString(): string;
}

§Extends

§
Operation
[src]

§Methods

§
commit(input: Uint8Array): Uint8Array
[src]
§
toString(): string
[src]