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

x/libauth/src/lib/bin/hashes.ts>HashFunction

An ultra-lightweight, zero-dependency JavaScript library for Bitcoin Cash, Bitcoin, and Bitauth applications.
Latest
type alias HashFunction
import { type HashFunction } from "https://deno.land/x/libauth@v2.0.0-alpha.9/src/lib/bin/hashes.ts";
definition: { final: (rawState: Uint8Array) => Uint8Array; hash: (input: Uint8Array) => Uint8Array; init: () => Uint8Array; update: (rawState: Uint8Array, input: Uint8Array) => Uint8Array; }