Skip to main content
Module

x/checksum/hash.ts>Hash#digest

Sha1、MD5 algorithms for Deno
Latest
method Hash.prototype.digest
import { Hash } from "https://deno.land/x/checksum@1.4.0/hash.ts";

Parameters

bytes: Uint8Array

Returns

{ data: Uint8Array; hex(): string; }