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.
Go to Latest
interface HashFunction
import { type HashFunction } from "https://deno.land/x/libauth@v2.0.0-alpha.6/src/lib/bin/hashes.ts";

Properties

readonly
final: (rawState: Uint8Array) => Uint8Array
readonly
hash: (input: Uint8Array) => Uint8Array
readonly
init: () => Uint8Array
readonly
update: (rawState: Uint8Array, input: Uint8Array) => Uint8Array