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

Usage

import * as tzstamp from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/tezos-merkle/deps.ts";

§Namespaces

Hex

§Classes

Blake2b

[BLAKE2b] streaming hash function.

Blake2bOperation

[BLAKE2b] hash operation

JoinOperation

Join operation

Operation abstract

Proof operation

Proof

Cryptographic timestamp proof

§Variables

Hex.validator

Hexadecimal string validation regular expression. Matches strings comprised of only the 16 hexadecimal symbols, case-insensitively.

§Functions

concat

Concatenates numbers or byte arrays into a single byte array. Numbers out of the range [0, 256) will wrap.

Hex.parse

Parses a hexadecimal string to a byte array. Throws SyntaxError if the hexadecimal string is invalid.

Hex.stringify

Creates a hexadecimal string from a byte array.