UNPKG

nano-pow

Version:

Proof-of-work generation and validation with WebGPU/WebGL/WASM for Nano cryptocurrency.

4 lines (3 loc) 202 B
import { WorkValidateResponse } from 'nano-pow'; declare function validate(work: bigint, hash: bigint, difficulty: bigint, debug: boolean): WorkValidateResponse; export { validate as NanoPowValidate };