Skip to main content
Module

x/checksum/hash.ts>HashAlgorithm

Sha1、MD5 algorithms for Deno
Latest
interface HashAlgorithm
import { type HashAlgorithm } from "https://deno.land/x/checksum@1.4.0/hash.ts";

Methods

digest(bytes: Uint8Array): Uint8Array