import * as tzstamp from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/tezos-merkle/deps.ts";
Blake2b | [BLAKE2b] streaming hash function. |
Blake2bOperation | [BLAKE2b] hash operation |
JoinOperation | Join operation |
Operation abstract | Proof operation |
Proof | Cryptographic timestamp proof |
Hex.validator | Hexadecimal string validation regular expression. Matches strings comprised of only the 16 hexadecimal symbols, case-insensitively. |
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 |
Hex.stringify | Creates a hexadecimal string from a byte array. |