Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 568 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 568 Bytes

blake3-hash-wasm

ci

BLAKE3's hash func patchworkd as a mini wasm npm 📦

API

In the browser you need to await init() before using any other module exports.

export async function init(): Promise<void>;
export function hash256hex(msg: Uint8Array): string;
export function hash(msg: Uint8Array, out: Uint8Array): void;

License

MIT