Skip to content

chiefbiiko/blake3-hash-wasm

Repository files navigation

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