Skip to main content
Module

x/json_hash/merkle.ts>DigestAlgorithmType

JCS (JSON Canonicalization Scheme), JSON digests, and JSON Merkle hashes
Latest
type alias DigestAlgorithmType
Re-export
import { type DigestAlgorithmType } from "https://deno.land/x/json_hash@0.2.0/merkle.ts";

Available hash algorithms.

definition: Parameters<crypto.subtle.digest>[0]