Skip to main content
Module

x/checksum/sha1.ts>Sha1Hash

Sha1、MD5 algorithms for Deno
Latest
class Sha1Hash
implements HashAlgorithm
import { Sha1Hash } from "https://deno.land/x/checksum@1.4.0/sha1.ts";

Methods

private
toStrBytes(input: number[]): Uint8Array
digest(bytes: Uint8Array): Uint8Array