Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/x12/deps.ts>crypto.createHash

ASC X12 parser, generator, query engine, and mapper; now with support for streams.
Latest
function crypto.createHash
Re-export
import { crypto } from "https://deno.land/x/x12@1.8.0-1/deps.ts";
const { createHash } = crypto;

Creates and returns a Hash object that can be used to generate hash digests using the given algorithm. Optional options argument controls stream behavior.

Parameters

algorithm: string
optional
opts: TransformOptions