UNPKG

blake3

Version:

BLAKE3 hashing for JavaScript: native Node bindings (where available) and WebAssembly

17 lines (16 loc) 300 B
/// <reference types="node" /> export declare const hello48: Buffer; export declare const inputs: { large: { input: string; hash: Buffer; }; hello: { input: string; hash: Buffer; }; goodbye: { input: string; hash: Buffer; }; };