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

Blake2bTemplate

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

BLAKE2b hash operation template

interface Blake2bTemplate {
key?: string;
length?: number;
type: "blake2b";
}

§Properties

§
key?: string
[src]
§
length?: number
[src]
§
type: "blake2b"
[src]